summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-09-14 11:27:56 +0000
committertron <tron@pkgsrc.org>2000-09-14 11:27:56 +0000
commitb5b06e226854ba2c8a5623bec12d56be79dbe492 (patch)
treea2a82c2fa82fc4ad0fdf97601b85333334970440 /mk
parent9acaf78f24a57546a9bd5cc30345cf82ecde67cd (diff)
downloadpkgsrc-b5b06e226854ba2c8a5623bec12d56be79dbe492.tar.gz
Update "libtool" version number in comment.
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 3c0f30d2368..dce7273568b 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.570 2000/09/14 10:23:44 skrll Exp $
+# $NetBSD: bsd.pkg.mk,v 1.571 2000/09/14 11:27:56 tron Exp $
#
# This file is in the public domain.
#
@@ -204,7 +204,7 @@ DEPENDS+= gtexinfo-3.12:../../devel/gtexinfo
.if defined(USE_LIBTOOL)
LIBTOOL= ${LOCALBASE}/bin/libtool
# XXX: actually, here we would need something like
-# BUILD_DEPENDS+=libtool>1.3.5nb3:../../devel/libtool
+# BUILD_DEPENDS+=libtool>1.3.5nb4:../../devel/libtool
.if make(install-run-depends)
DEPENDS+= libtool>1.3.5nb4:../../devel/libtool
.endif