summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2001-01-26 16:48:17 +0000
committerskrll <skrll@pkgsrc.org>2001-01-26 16:48:17 +0000
commite88e90d76dcb1fa3fdde2d371d49546e5c22e7ad (patch)
treede281bec8481f2da4b0275fca8660bf3e35fda78 /mk
parent3e9ab94d0349c3dcf20146390e4417d9628003ea (diff)
downloadpkgsrc-e88e90d76dcb1fa3fdde2d371d49546e5c22e7ad.tar.gz
Look for the latest 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 98e8783bafe..d92c2ec5d61 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.650 2001/01/25 21:20:05 agc Exp $
+# $NetBSD: bsd.pkg.mk,v 1.651 2001/01/26 16:48:17 skrll Exp $
#
# This file is in the public domain.
#
@@ -221,9 +221,9 @@ CONFIGURE_ENV+= LIBS="${LIBS} -L${LOCALBASE}/lib -lintl"
.if defined(USE_LIBTOOL)
LIBTOOL= ${LOCALBASE}/bin/libtool
# XXX: actually, here we would need something like
-# BUILD_DEPENDS+=libtool>=1.3.5nb9:../../devel/libtool
+# 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.5nb9:../../devel/libtool
+DEPENDS+= libtool>=1.3.5nb11:../../devel/libtool
.endif
.endif