summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2000-09-14 10:23:44 +0000
committerskrll <skrll@pkgsrc.org>2000-09-14 10:23:44 +0000
commitf93d85f7120dee7e82153b31dc1a37868d919246 (patch)
treeb9ea7b1e372febe3a2609091b8bac1402fd4ccbe
parentab3ca0343153dd1528ad0cf729fc8f122e28c0f4 (diff)
downloadpkgsrc-f93d85f7120dee7e82153b31dc1a37868d919246.tar.gz
Make sure we use the latest (and greatest!) libtool.
-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