summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2001-03-18 17:12:51 +0000
committerskrll <skrll@pkgsrc.org>2001-03-18 17:12:51 +0000
commitb2868a2d7b10e5ef221f3764d7b2539841012305 (patch)
treed257296c6db9fcc1b34934046ecd5920ce7d733b /mk
parent3b77ca1864058a370173a21e6ea9e014c96c9f57 (diff)
downloadpkgsrc-b2868a2d7b10e5ef221f3764d7b2539841012305.tar.gz
Use the most recent libtool.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 3649088ac20..10121247923 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.687 2001/03/16 12:43:45 wiz Exp $
+# $NetBSD: bsd.pkg.mk,v 1.688 2001/03/18 17:12:51 skrll Exp $
#
# This file is in the public domain.
#
@@ -220,12 +220,12 @@ CONFIGURE_ENV+= LIBS="${LIBS} -L${LOCALBASE}/lib -lintl"
LIBTOOL= ${LOCALBASE}/bin/libtool
# XXX Here we really need the following, but BUILD_DEPENDS doesn't
# XXX support it at the moment.
-# BUILD_DEPENDS+=libtool>=1.4.20010219nb3:../../devel/libtool
+# BUILD_DEPENDS+=libtool>=1.4.20010219nb4:../../devel/libtool
.if make(install-run-depends) || make(fetch-list-recursive) || make(show-depends-dirs)
DEPENDS+= libtool>=1.4.20010219nb2:../../devel/libtool
.endif
.if defined(USE_LTDL)
-DEPENDS+= libtool>=1.4.20010219nb3:../../devel/libtool
+DEPENDS+= libtool>=1.4.20010219nb4:../../devel/libtool
.endif
.endif