diff options
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 |