summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorskrll <skrll>2001-04-03 17:58:33 +0000
committerskrll <skrll>2001-04-03 17:58:33 +0000
commit1cb27c82cdd9b1cf31b317fde25cde44ac02ec06 (patch)
tree5869069dbecfef87fda48c25bd08cf666ebdc0cf /mk
parentecbc0d7bf92efe942b28a61d0945e38050c5826e (diff)
downloadpkgsrc-1cb27c82cdd9b1cf31b317fde25cde44ac02ec06.tar.gz
Use the latest libtool.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 1a3b48024a4..17d6bef82e3 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.706 2001/04/03 12:06:31 hubertf Exp $
+# $NetBSD: bsd.pkg.mk,v 1.707 2001/04/03 17:58:33 skrll Exp $
#
# This file is in the public domain.
#
@@ -219,9 +219,9 @@ CONFIGURE_ENV+= LIBS="${LIBS} -L${LOCALBASE}/lib -lintl"
.if defined(USE_LIBTOOL)
LIBTOOL= ${LOCALBASE}/bin/libtool
-BUILD_DEPENDS+= libtool>=1.4.20010219nb4:../../devel/libtool
+BUILD_DEPENDS+= libtool>=1.4.20010219nb5:../../devel/libtool
.if defined(USE_LTDL)
-DEPENDS+= libtool>=1.4.20010219nb4:../../devel/libtool
+DEPENDS+= libtool>=1.4.20010219nb5:../../devel/libtool
.endif
CONFIGURE_ENV+= LIBTOOL="${LIBTOOL} ${LIBTOOL_FLAGS}"
MAKE_ENV+= LIBTOOL="${LIBTOOL} ${LIBTOOL_FLAGS}"