summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorskrll <skrll>2002-03-01 15:59:16 +0000
committerskrll <skrll>2002-03-01 15:59:16 +0000
commit0e79be814c29e9f69ca2d873c7d5a39186f00e40 (patch)
tree9fb90a6f7534ec9ade3e315f14a0a07cb799d51d /mk
parent4676b7a31c29cf5023a81dcde35dbbf328598904 (diff)
downloadpkgsrc-0e79be814c29e9f69ca2d873c7d5a39186f00e40.tar.gz
Require the new libtool.
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 d9c75a42edc..236b340598a 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.935 2002/03/01 13:16:45 agc Exp $
+# $NetBSD: bsd.pkg.mk,v 1.936 2002/03/01 15:59:16 skrll Exp $
#
# This file is in the public domain.
#
@@ -248,7 +248,7 @@ LIBS+= -L${LOCALBASE}/lib -lintl
CONFIGURE_ENV+= LIBS="${LIBS}"
.endif
-LIBTOOL_REQD= 1.4.20010614nb5
+LIBTOOL_REQD= 1.4.20010614nb6
.if defined(USE_LIBTOOL)
LIBTOOL= ${LOCALBASE}/bin/libtool
. if defined(USE_LTDL)