summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhubertf <hubertf>2000-12-19 02:32:22 +0000
committerhubertf <hubertf>2000-12-19 02:32:22 +0000
commit35690d84a1ac1cddc60606a1e4208ecabc699753 (patch)
tree4ba23e4488174b51d7efc2be971083fe219191a9
parent87f3d7ec7522a24b045e7897671e37b94509d1e6 (diff)
downloadpkgsrc-35690d84a1ac1cddc60606a1e4208ecabc699753.tar.gz
Add libtool in 'make fetch-list' output. Suggested by Klaus Heinz.
-rw-r--r--mk/bsd.pkg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 32a724cb05b..59d2ceebdb2 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.629 2000/12/12 01:04:16 david Exp $
+# $NetBSD: bsd.pkg.mk,v 1.630 2000/12/19 02:32:22 hubertf Exp $
#
# This file is in the public domain.
#
@@ -222,7 +222,7 @@ CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib -lintl"
LIBTOOL= ${LOCALBASE}/bin/libtool
# XXX: actually, here we would need something like
# BUILD_DEPENDS+=libtool>=1.3.5nb9:../../devel/libtool
-.if make(install-run-depends)
+.if make(install-run-depends) || make(fetch-list-recursive)
DEPENDS+= libtool>=1.3.5nb9:../../devel/libtool
.endif
.endif