summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2001-02-27 08:20:23 +0000
committerskrll <skrll@pkgsrc.org>2001-02-27 08:20:23 +0000
commitba7d9319bdcebba43e711aa8c805f2da246f2b89 (patch)
tree31876350654b4ad2b95104766e43093187eddbb4 /mk
parent5e25ef6b707144faca846df0b84922c48bb89b09 (diff)
downloadpkgsrc-ba7d9319bdcebba43e711aa8c805f2da246f2b89.tar.gz
Update libtool to be based on a CVS snapshot of the multi-language branch
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk10
1 files changed, 7 insertions, 3 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 54553955a50..ce7c1533490 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.673 2001/02/26 19:40:19 tron Exp $
+# $NetBSD: bsd.pkg.mk,v 1.674 2001/02/27 08:20:27 skrll Exp $
#
# This file is in the public domain.
#
@@ -225,10 +225,14 @@ CONFIGURE_ENV+= LIBS="${LIBS} -L${LOCALBASE}/lib -lintl"
.if defined(USE_LIBTOOL)
LIBTOOL= ${LOCALBASE}/bin/libtool
-# XXX: actually, here we would need something like
+# XXX Here we really need the following, but BUILD_DEPENDS doesn't
+# XXX support it at the moment.
# BUILD_DEPENDS+=libtool>=1.3.5nb11:../../devel/libtool
.if make(install-run-depends) || make(fetch-list-recursive) || make(show-depends-dirs)
-DEPENDS+= libtool>=1.3.5nb11:../../devel/libtool
+DEPENDS+= libtool>=1.4.20010219nb1:../../devel/libtool
+.endif
+.if defined(USE_LTDL)
+DEPENDS+= libtool>=1.4.20010219nb1:../../devel/libtool
.endif
.endif