summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authoragc <agc>2001-05-09 10:25:38 +0000
committeragc <agc>2001-05-09 10:25:38 +0000
commit9baec608549ea4fa49d46f58e166dc49c6325728 (patch)
tree20d4da1291d71cc9147322e02159030bf94d3347 /mk
parent56a75aff9eb42040a52810119b82dde32f9b3cfa (diff)
downloadpkgsrc-9baec608549ea4fa49d46f58e166dc49c6325728.tar.gz
Bump the value of LIBTOOL_REQD to match the one in the package.
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 f71d35fc996..23734031b38 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.732 2001/05/09 02:13:01 dmcmahill Exp $
+# $NetBSD: bsd.pkg.mk,v 1.733 2001/05/09 10:25:38 agc Exp $
#
# This file is in the public domain.
#
@@ -221,7 +221,7 @@ CONFIGURE_ENV+= LIBS="${LIBS} -L${LOCALBASE}/lib -lintl"
.endif
.endif
-LIBTOOL_REQD= 1.4.20010219nb5
+LIBTOOL_REQD= 1.4.20010219nb6
.if defined(USE_LIBTOOL)
LIBTOOL= ${LOCALBASE}/bin/libtool
BUILD_DEPENDS+= libtool>=${LIBTOOL_REQD}:../../devel/libtool