summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2001-04-03 17:58:33 +0000
committerskrll <skrll@pkgsrc.org>2001-04-03 17:58:33 +0000
commit935026630fefb4fed0a6e25cc76e089c00683ba3 (patch)
tree5869069dbecfef87fda48c25bd08cf666ebdc0cf /mk
parent5c5f1dbbceb20d46054329e3b908f1a682f2a2e1 (diff)
downloadpkgsrc-935026630fefb4fed0a6e25cc76e089c00683ba3.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}"