summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2001-04-04 13:46:11 +0000
committerskrll <skrll@pkgsrc.org>2001-04-04 13:46:11 +0000
commitb03d946ff4f943e617b0bb87548aacc69958fbe9 (patch)
tree88db2751235e4840015f02ce99af67ee46b5c111 /mk
parent1282c73559a39e633fdf0b2f00003b6db1322937 (diff)
downloadpkgsrc-b03d946ff4f943e617b0bb87548aacc69958fbe9.tar.gz
Make USE_LTLDL depend on libtool-base as libltdl is there.
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 0413381e77b..111528226b8 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.709 2001/04/04 07:47:33 simonb Exp $
+# $NetBSD: bsd.pkg.mk,v 1.710 2001/04/04 13:46:11 skrll Exp $
#
# This file is in the public domain.
#
@@ -221,7 +221,7 @@ CONFIGURE_ENV+= LIBS="${LIBS} -L${LOCALBASE}/lib -lintl"
LIBTOOL= ${LOCALBASE}/bin/libtool
BUILD_DEPENDS+= libtool-base>=1.4.20010219nb5:../../devel/libtool-base
.if defined(USE_LTDL)
-DEPENDS+= libtool>=1.4.20010219nb5:../../devel/libtool
+DEPENDS+= libtool-base>=1.4.20010219nb5:../../devel/libtool-base
.endif
CONFIGURE_ENV+= LIBTOOL="${LIBTOOL} ${LIBTOOL_FLAGS}"
MAKE_ENV+= LIBTOOL="${LIBTOOL} ${LIBTOOL_FLAGS}"