summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-04-16 00:55:37 +0000
committertron <tron@pkgsrc.org>2001-04-16 00:55:37 +0000
commita6bb98db40fe582512d350b30d768ff0435002a9 (patch)
treeaf8b1762af0a437f03cfbc0146cf610d68a0d2d1 /mk/bsd.pkg.mk
parentfc5a1a7e7904093820cd07991f49524f82c408e5 (diff)
downloadpkgsrc-a6bb98db40fe582512d350b30d768ff0435002a9.tar.gz
Invert new variable "LIBTOOL_REQD" analogous to "PKGTOOLS_REQD" for the
required version of the "libtool" package.
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r--mk/bsd.pkg.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 0c3492825ac..351fafb57f5 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.717 2001/04/15 07:54:49 skrll Exp $
+# $NetBSD: bsd.pkg.mk,v 1.718 2001/04/16 00:55:37 tron Exp $
#
# This file is in the public domain.
#
@@ -217,11 +217,12 @@ CONFIGURE_ENV+= LIBS="${LIBS} -L${LOCALBASE}/lib -lintl"
.endif
.endif
+LIBTOOL_REQD= 1.4.20010219nb5
.if defined(USE_LIBTOOL)
LIBTOOL= ${LOCALBASE}/bin/libtool
-BUILD_DEPENDS+= libtool>=1.4.20010219nb5:../../devel/libtool
+BUILD_DEPENDS+= libtool>=${LIBTOOL_REQD}:../../devel/libtool
.if defined(USE_LTDL)
-DEPENDS+= libtool>=1.4.20010219nb5:../../devel/libtool
+DEPENDS+= libtool>=${LIBTOOL_REQD}:../../devel/libtool
.endif
CONFIGURE_ENV+= LIBTOOL="${LIBTOOL} ${LIBTOOL_FLAGS}"
MAKE_ENV+= LIBTOOL="${LIBTOOL} ${LIBTOOL_FLAGS}"