summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authormycroft <mycroft>2000-11-26 21:12:54 +0000
committermycroft <mycroft>2000-11-26 21:12:54 +0000
commit8e94468ca16a169c282f8d4ab80752d59045bcf0 (patch)
tree90487049178609249f52e91fa737812cf8f6ae38 /mk
parent4d302bf57c04e77a21d400db077069e526a2eb4e (diff)
downloadpkgsrc-8e94468ca16a169c282f8d4ab80752d59045bcf0.tar.gz
Bump libfool version.
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 7744d91fd72..02e71c5418a 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.617 2000/11/26 20:38:53 tron Exp $
+# $NetBSD: bsd.pkg.mk,v 1.618 2000/11/26 21:12:54 mycroft Exp $
#
# This file is in the public domain.
#
@@ -221,9 +221,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.5nb7:../../devel/libtool
+# BUILD_DEPENDS+=libtool>=1.3.5nb9:../../devel/libtool
.if make(install-run-depends)
-DEPENDS+= libtool>=1.3.5nb8:../../devel/libtool
+DEPENDS+= libtool>=1.3.5nb9:../../devel/libtool
.endif
.endif