summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r--mk/bsd.pkg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 3d05d2b456f..3c0f30d2368 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.569 2000/09/13 20:23:57 hubertf Exp $
+# $NetBSD: bsd.pkg.mk,v 1.570 2000/09/14 10:23:44 skrll Exp $
#
# This file is in the public domain.
#
@@ -206,7 +206,7 @@ LIBTOOL= ${LOCALBASE}/bin/libtool
# XXX: actually, here we would need something like
# BUILD_DEPENDS+=libtool>1.3.5nb3:../../devel/libtool
.if make(install-run-depends)
-DEPENDS+= libtool>1.3.5nb3:../../devel/libtool
+DEPENDS+= libtool>1.3.5nb4:../../devel/libtool
.endif
.endif