summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorskrll <skrll>2001-02-28 10:16:57 +0000
committerskrll <skrll>2001-02-28 10:16:57 +0000
commitd5900437d11a68020efffc961ca09ea13d664b61 (patch)
tree0189625e360bf75dd3151c15fe116025dec4ec94 /mk
parent00e7409ea186c7a8e9eb56188d257fe40f8cb625 (diff)
downloadpkgsrc-d5900437d11a68020efffc961ca09ea13d664b61.tar.gz
Fall back to the default configuration when unable to infer a tag.
This helps with c compilers that libtool doesn't recognise. Bump the revision.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index ce7c1533490..6377c8615f9 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.674 2001/02/27 08:20:27 skrll Exp $
+# $NetBSD: bsd.pkg.mk,v 1.675 2001/02/28 10:16:58 skrll Exp $
#
# This file is in the public domain.
#
@@ -227,12 +227,12 @@ CONFIGURE_ENV+= LIBS="${LIBS} -L${LOCALBASE}/lib -lintl"
LIBTOOL= ${LOCALBASE}/bin/libtool
# XXX Here we really need the following, but BUILD_DEPENDS doesn't
# XXX support it at the moment.
-# BUILD_DEPENDS+=libtool>=1.3.5nb11:../../devel/libtool
+# BUILD_DEPENDS+=libtool>=1.4.20010219nb2:../../devel/libtool
.if make(install-run-depends) || make(fetch-list-recursive) || make(show-depends-dirs)
-DEPENDS+= libtool>=1.4.20010219nb1:../../devel/libtool
+DEPENDS+= libtool>=1.4.20010219nb2:../../devel/libtool
.endif
.if defined(USE_LTDL)
-DEPENDS+= libtool>=1.4.20010219nb1:../../devel/libtool
+DEPENDS+= libtool>=1.4.20010219nb2:../../devel/libtool
.endif
.endif