summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2001-02-28 10:16:57 +0000
committerskrll <skrll@pkgsrc.org>2001-02-28 10:16:57 +0000
commit184da7784dbbe8c40c086a21efcc676333c1649d (patch)
tree0189625e360bf75dd3151c15fe116025dec4ec94 /mk/bsd.pkg.mk
parenta1299752bee5dbfd037c107a13cc43fe67ebbdc4 (diff)
downloadpkgsrc-184da7784dbbe8c40c086a21efcc676333c1649d.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/bsd.pkg.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