summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2005-05-18 14:41:50 +0000
committertv <tv@pkgsrc.org>2005-05-18 14:41:50 +0000
commitbf9df14e9d0b277112fca71e455884f965e47a78 (patch)
tree1e41c990a73b339cc197e61b9066902066aed5be
parentca2d04a8332ab42fc02bd00390cb8be50a6b4f67 (diff)
downloadpkgsrc-bf9df14e9d0b277112fca71e455884f965e47a78.tar.gz
Since there may have been merge errors in libtool-base 1.5.18, force
LIBTOOL_REQD to 1.5.18nb1.
-rw-r--r--mk/bsd.pkg.use.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.use.mk b/mk/bsd.pkg.use.mk
index 62f5eb2fa37..9680d388e67 100644
--- a/mk/bsd.pkg.use.mk
+++ b/mk/bsd.pkg.use.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.use.mk,v 1.12 2005/05/17 22:49:55 jlam Exp $
+# $NetBSD: bsd.pkg.use.mk,v 1.13 2005/05/18 14:41:50 tv Exp $
#
# Turn USE_* macros into proper depedency logic. Included near the top of
# bsd.pkg.mk, after bsd.prefs.mk.
@@ -91,7 +91,7 @@ _SHLIBTOOL?= ${PKG_SHLIBTOOL}
LIBTOOL?= ${PKG_LIBTOOL}
SHLIBTOOL?= ${PKG_SHLIBTOOL}
.if defined(USE_LIBTOOL)
-LIBTOOL_REQD?= 1.5.14
+LIBTOOL_REQD?= 1.5.18nb1
BUILD_DEPENDS+= libtool-base>=${_OPSYS_LIBTOOL_REQD:U${LIBTOOL_REQD}}:../../devel/libtool-base
CONFIGURE_ENV+= LIBTOOL="${LIBTOOL} ${LIBTOOL_FLAGS}"
MAKE_ENV+= LIBTOOL="${LIBTOOL} ${LIBTOOL_FLAGS}"