summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authortron <tron>2000-11-26 20:38:53 +0000
committertron <tron>2000-11-26 20:38:53 +0000
commitcba321b70a1c82a9d7a30877fff6cf41081e76b6 (patch)
tree2c81589ea6a5ec450c185f03820e00a16c751926 /mk
parent937a80ebeb9f14cdf944a2530345de789cb9e781 (diff)
downloadpkgsrc-cba321b70a1c82a9d7a30877fff6cf41081e76b6.tar.gz
Update "libtool" version number after recent changes by Charles M. Hannum.
Diffstat (limited to '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 627a4579f85..7744d91fd72 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.616 2000/11/24 23:28:30 tron Exp $
+# $NetBSD: bsd.pkg.mk,v 1.617 2000/11/26 20:38:53 tron Exp $
#
# This file is in the public domain.
#
@@ -223,7 +223,7 @@ LIBTOOL= ${LOCALBASE}/bin/libtool
# XXX: actually, here we would need something like
# BUILD_DEPENDS+=libtool>=1.3.5nb7:../../devel/libtool
.if make(install-run-depends)
-DEPENDS+= libtool>=1.3.5nb7:../../devel/libtool
+DEPENDS+= libtool>=1.3.5nb8:../../devel/libtool
.endif
.endif