diff options
Diffstat (limited to 'main/aspell')
-rw-r--r-- | main/aspell/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/aspell/APKBUILD b/main/aspell/APKBUILD index 30589a1a34..3a3cef36aa 100644 --- a/main/aspell/APKBUILD +++ b/main/aspell/APKBUILD @@ -7,8 +7,8 @@ pkgdesc="A spell checker designed to eventually replace Ispell" url="http://aspell.net/" license="LGPL" subpackages="$pkgname-dev $pkgname-doc" -depends="uclibc ncurses libgcc uclibc++" -makedepends="ncurses-dev uclibc++-dev" +depends= +makedepends="ncurses-dev uclibc++-dev perl" install= source="ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz libmath.patch" |