summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2001-08-27 15:05:54 +0000
committertv <tv@pkgsrc.org>2001-08-27 15:05:54 +0000
commitea4db8a84eb538cd137c966aa2461dc916888bf1 (patch)
treec9ff9b227aaa6ca27ac74e265fa2b0255ba30b95 /mk
parenta68a277b43e5634f08282aba07a130b923be1b72 (diff)
downloadpkgsrc-ea4db8a84eb538cd137c966aa2461dc916888bf1.tar.gz
Since libtool has now been split, it's no longer necessary to have a
BUILD_DEPENDS on libtool for the USE_LIBTOOL/non-USE_LTDL case; instead, just depend on libtool-base (thus skipping the libtool-info and libtool package compilation where appropriate).
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 e4eaee0788e..2bf07bd842c 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.803 2001/08/24 10:50:03 hubertf Exp $
+# $NetBSD: bsd.pkg.mk,v 1.804 2001/08/27 15:05:54 tv Exp $
#
# This file is in the public domain.
#
@@ -271,7 +271,7 @@ LIBTOOL= ${LOCALBASE}/bin/libtool
. if defined(USE_LTDL)
DEPENDS+= libtool>=${LIBTOOL_REQD}:../../devel/libtool
. else
-BUILD_DEPENDS+= libtool>=${LIBTOOL_REQD}:../../devel/libtool
+BUILD_DEPENDS+= libtool-base>=${LIBTOOL_REQD}:../../devel/libtool-base
. endif
CONFIGURE_ENV+= LIBTOOL="${LIBTOOL} ${LIBTOOL_FLAGS}"
MAKE_ENV+= LIBTOOL="${LIBTOOL} ${LIBTOOL_FLAGS}"