summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2001-01-22 04:06:45 +0000
committerdmcmahill <dmcmahill>2001-01-22 04:06:45 +0000
commit0bb77bad50ce4a6561b6a5ada47c32b61db5761a (patch)
treee89939cd9563a939a90a2a0fe9b7bae20b75283b /mk
parente008cde341257d5512f43dc1b39b43966ab86593 (diff)
downloadpkgsrc-0bb77bad50ce4a6561b6a5ada47c32b61db5761a.tar.gz
make sure the libtool dependency caused by USE_LIBTOOL is in place for
the show-depends-dirs target.
Diffstat (limited to 'mk')
-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 1b1a9bf6907..76b08717e8c 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.646 2001/01/22 04:00:54 dmcmahill Exp $
+# $NetBSD: bsd.pkg.mk,v 1.647 2001/01/22 04:06:45 dmcmahill Exp $
#
# This file is in the public domain.
#
@@ -222,7 +222,7 @@ CONFIGURE_ENV+= LIBS="${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) || make(fetch-list-recursive)
+.if make(install-run-depends) || make(fetch-list-recursive) || make(show-depends-dirs)
DEPENDS+= libtool>=1.3.5nb9:../../devel/libtool
.endif
.endif