summaryrefslogtreecommitdiffstats
path: root/core/libtool
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-03-09 15:09:48 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-03-09 15:09:48 +0000
commite8a019ffbe9e37c96b88d9333d94634e13941a0a (patch)
tree4927fa1f98cc485dd356c77fa95623c82e3b9576 /core/libtool
parent01a2df4077ec994413a07ee3bf094fb6e560dba2 (diff)
downloadaports-e8a019ffbe9e37c96b88d9333d94634e13941a0a.tar.bz2
aports-e8a019ffbe9e37c96b88d9333d94634e13941a0a.tar.xz
core/libtool: add libltdl as a dep from libtool
Diffstat (limited to 'core/libtool')
-rw-r--r--core/libtool/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/core/libtool/APKBUILD b/core/libtool/APKBUILD
index 22d5156c..e3f154b1 100644
--- a/core/libtool/APKBUILD
+++ b/core/libtool/APKBUILD
@@ -2,12 +2,12 @@
pkgname=libtool
pkgver=2.2.6a
_myver=2.2.6
-pkgrel=1
+pkgrel=2
pkgdesc="A generic library support script"
license='GPL'
url="http://www.gnu.org/software/libtool"
source="ftp://ftp.gnu.org/pub/gnu/libtool/${pkgname}-${pkgver}.tar.gz"
-depends=uclibc
+depends="uclibc"
subpackages="libltdl"
build() {
@@ -17,6 +17,7 @@ build() {
make DESTDIR=${startdir}/pkg install
rm -f ${pkgdir}/usr/share/info/dir
+ depends="$depends libltdl"
}
libltdl() {