aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-05-21 15:06:18 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-05-21 15:06:18 +0000
commit6015d1bd6c1e06b0812ff5c3f865f0b54e747bdb (patch)
tree0b9b551bbf684c8b083c6ca4e0a6da136d272abc
parent9cc961b341c38cac332f3718067de12dcf1d9c41 (diff)
downloadaports-6015d1bd6c1e06b0812ff5c3f865f0b54e747bdb.tar.bz2
aports-6015d1bd6c1e06b0812ff5c3f865f0b54e747bdb.tar.xz
extra/aspell: added uclibc++ to depends/makedepends
-rw-r--r--extra/aspell/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/aspell/APKBUILD b/extra/aspell/APKBUILD
index 568571aa83..30589a1a34 100644
--- a/extra/aspell/APKBUILD
+++ b/extra/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"
-makedepends="ncurses-dev uclibc++"
+depends="uclibc ncurses libgcc uclibc++"
+makedepends="ncurses-dev uclibc++-dev"
install=
source="ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz
libmath.patch"