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
commitd2bcb04b986d4b13e4cce5c27ba5786e5a4de575 (patch)
tree9fb90a6f7534ec9ade3e315f14a0a07cb799d51d /mk
parent21be68193f8a603fccc2bdbc7f4a7d8e0815abcf (diff)
downloadpkgsrc-d2bcb04b986d4b13e4cce5c27ba5786e5a4de575.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)