diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-08-04 09:13:55 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-08-04 09:13:55 +0000 |
commit | 49fdafb62ba0b3e68d7407b562c27abf7724aac4 (patch) | |
tree | d60808ca2c5720a7581f9e0a950eb55952594a76 /testing/hessling-editor | |
parent | 9257b2f95ffeb9ae9510a63982a15e4ac4a526b0 (diff) | |
download | aports-49fdafb62ba0b3e68d7407b562c27abf7724aac4.tar.bz2 aports-49fdafb62ba0b3e68d7407b562c27abf7724aac4.tar.xz |
testing/hessling-editor: fix makedepends
Diffstat (limited to 'testing/hessling-editor')
-rw-r--r-- | testing/hessling-editor/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/hessling-editor/APKBUILD b/testing/hessling-editor/APKBUILD index 7153775cae..ed96a8928a 100644 --- a/testing/hessling-editor/APKBUILD +++ b/testing/hessling-editor/APKBUILD @@ -11,7 +11,7 @@ arch="all" license="GPL" depends="" depends_dev= -makedepends="ncurses-dev regina-rexx" +makedepends="ncurses-dev regina-rexx-dev" install="" subpackages="$pkgname-doc" source="http://downloads.sourceforge.net/$pkgname/$_pkgname-$_pkgver.tar.gz" |