summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-04-04 06:43:43 +0000
committertron <tron@pkgsrc.org>2001-04-04 06:43:43 +0000
commitab901585d6f495a994591d0b23718d0c2e8f25c7 (patch)
treed86da0b511cafb78424bbab247b491094cd8f21a /mk/bsd.pkg.mk
parent5ed739488435e9c82b14b691fc048059348d6391 (diff)
downloadpkgsrc-ab901585d6f495a994591d0b23718d0c2e8f25c7.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/bsd.pkg.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