summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorskrll <skrll>2001-01-26 16:48:17 +0000
committerskrll <skrll>2001-01-26 16:48:17 +0000
commitd188eb579cf98fbfd664bc4c2c6afc57f038b7c1 (patch)
treede281bec8481f2da4b0275fca8660bf3e35fda78 /mk
parent67ed40446776b96411972c8bf554e4c8cb5d801c (diff)
downloadpkgsrc-d188eb579cf98fbfd664bc4c2c6afc57f038b7c1.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