diff options
author | agc <agc> | 2001-05-09 10:25:38 +0000 |
---|---|---|
committer | agc <agc> | 2001-05-09 10:25:38 +0000 |
commit | 9baec608549ea4fa49d46f58e166dc49c6325728 (patch) | |
tree | 20d4da1291d71cc9147322e02159030bf94d3347 /mk | |
parent | 56a75aff9eb42040a52810119b82dde32f9b3cfa (diff) | |
download | pkgsrc-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.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 |