diff options
author | agc <agc@pkgsrc.org> | 2001-05-09 10:25:38 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-05-09 10:25:38 +0000 |
commit | bdd681ea46ad13a92d1a407407204f99792a87d2 (patch) | |
tree | 20d4da1291d71cc9147322e02159030bf94d3347 /mk | |
parent | 4c970f9765d982e38b76d50cf4b0bddff0ba8d85 (diff) | |
download | pkgsrc-bdd681ea46ad13a92d1a407407204f99792a87d2.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.mk | 4 |
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 |