summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorskrll <skrll>2000-11-17 09:58:49 +0000
committerskrll <skrll>2000-11-17 09:58:49 +0000
commit203362900eb16d09b551804f94da06572af6aef4 (patch)
tree93fa95bdb271f767105da16cbdc969947e958cde /mk
parentc30b80a37ce2e92b5cf8a0c6f617349b1d541979 (diff)
downloadpkgsrc-203362900eb16d09b551804f94da06572af6aef4.tar.gz
Bump libtool version for mycroft's changes to a.out library dependencies.
make check will fail on a.out platforms due to lib/10940.
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 37092e2e62f..ac85bb82e2f 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.606 2000/11/16 05:36:01 hubertf Exp $
+# $NetBSD: bsd.pkg.mk,v 1.607 2000/11/17 09:58:49 skrll Exp $
#
# This file is in the public domain.
#
@@ -222,9 +222,9 @@ CONFIGURE_ENV+= 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.5nb6:../../devel/libtool
+# BUILD_DEPENDS+=libtool>=1.3.5nb7:../../devel/libtool
.if make(install-run-depends)
-DEPENDS+= libtool>=1.3.5nb6:../../devel/libtool
+DEPENDS+= libtool>=1.3.5nb7:../../devel/libtool
.endif
.endif