summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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