summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortv <tv>2001-08-27 15:05:54 +0000
committertv <tv>2001-08-27 15:05:54 +0000
commit4c762dc8fed5821968787fa78a99e092d8db730e (patch)
treec9ff9b227aaa6ca27ac74e265fa2b0255ba30b95
parente9a15cf60cb0df818817d9787d8349256ab361f3 (diff)
downloadpkgsrc-4c762dc8fed5821968787fa78a99e092d8db730e.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).
-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}"