summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2001-01-22 04:06:45 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2001-01-22 04:06:45 +0000
commitdaf18d1a07c870d6226a2bdbd4b8d099e40fb6d9 (patch)
treee89939cd9563a939a90a2a0fe9b7bae20b75283b /mk
parent700bd470645ee82eca5a2b0fae12636bd1d4f731 (diff)
downloadpkgsrc-daf18d1a07c870d6226a2bdbd4b8d099e40fb6d9.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