diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-02-23 17:19:38 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-02-23 17:19:38 +0000 |
commit | 5730205212b773a51092fae4ac21aa890e4841ff (patch) | |
tree | 4c16c1ecbbaaa3f86d7c23e5383f22d65ba0ee34 /testing | |
parent | 9fcd39badf444bb6ecf73d33734954cde53a8512 (diff) | |
download | aports-5730205212b773a51092fae4ac21aa890e4841ff.tar.bz2 aports-5730205212b773a51092fae4ac21aa890e4841ff.tar.xz |
testing/tiff: removed uclibc++ since we use --disable-cxx
also added uclibc dependency while i was there
Diffstat (limited to 'testing')
-rw-r--r-- | testing/tiff/APKBUILD | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/testing/tiff/APKBUILD b/testing/tiff/APKBUILD index dcd94c0279..c580a84a30 100644 --- a/testing/tiff/APKBUILD +++ b/testing/tiff/APKBUILD @@ -6,9 +6,7 @@ pkgrel=0 pkgdesc="Provides support for the Tag Image File Format or TIFF" url="http://www.libtiff.org/" license="GPL" -depends="" -makedepends="uclibc++-dev" -install= +depends="uclibc" subpackages="$pkgname-doc $pkgname-dev" source="ftp://ftp.remotesensing.org/pub/lib$pkgname/$pkgname-$pkgver.tar.gz" |