summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authortron <tron>2001-04-04 06:43:43 +0000
committertron <tron>2001-04-04 06:43:43 +0000
commit0cefe3b52b05e2469d9220952391b5bc2b198003 (patch)
treed86da0b511cafb78424bbab247b491094cd8f21a /mk
parentde4fce6276ca9ce1bb4c07cfd5340085d3f282d4 (diff)
downloadpkgsrc-0cefe3b52b05e2469d9220952391b5bc2b198003.tar.gz
Depend only on "libtool-base" package if "USE_LIBTOOL" is defined. This
doesn't only avoid circular dependences under Solaris, it makes more sense in general because the libtool documentation is irrelevant to most users which only want to build shared libraries.
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 17d6bef82e3..a5fed3c1b08 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.707 2001/04/03 17:58:33 skrll Exp $
+# $NetBSD: bsd.pkg.mk,v 1.708 2001/04/04 06:43:43 tron Exp $
#
# This file is in the public domain.
#
@@ -219,7 +219,7 @@ CONFIGURE_ENV+= LIBS="${LIBS} -L${LOCALBASE}/lib -lintl"
.if defined(USE_LIBTOOL)
LIBTOOL= ${LOCALBASE}/bin/libtool
-BUILD_DEPENDS+= libtool>=1.4.20010219nb5:../../devel/libtool
+BUILD_DEPENDS+= libtool-base>=1.4.20010219nb5:../../devel/libtool-base
.if defined(USE_LTDL)
DEPENDS+= libtool>=1.4.20010219nb5:../../devel/libtool
.endif