summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
diff options
context:
space:
mode:
authorskrll <skrll>2001-03-28 14:01:28 +0000
committerskrll <skrll>2001-03-28 14:01:28 +0000
commit7d7c3c27a835107bbdfaaa24aa596d993d8fbad8 (patch)
treeb9fe6b68adfb699a69ab88e4e61e3495a8f4a322 /mk/bsd.pkg.mk
parentdde5c6a96a23883fd059168a3393699f02259f6c (diff)
downloadpkgsrc-7d7c3c27a835107bbdfaaa24aa596d993d8fbad8.tar.gz
Correct the DEPENDS on libtool in the USE_LTDL case and make sure the
latest and greatest libtool is used in the USE_LIBTOOL case.
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r--mk/bsd.pkg.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 23957ff010f..d187574d961 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.701 2001/03/27 03:20:08 hubertf Exp $
+# $NetBSD: bsd.pkg.mk,v 1.702 2001/03/28 14:01:28 skrll Exp $
#
# This file is in the public domain.
#
@@ -219,9 +219,9 @@ CONFIGURE_ENV+= LIBS="${LIBS} -L${LOCALBASE}/lib -lintl"
.if defined(USE_LIBTOOL)
LIBTOOL= ${LOCALBASE}/bin/libtool
-BUILD_DEPENDS+= libtool>=1.4.20010219nb2:../../devel/libtool
-.if defined(USE_LTDL)
BUILD_DEPENDS+= libtool>=1.4.20010219nb4:../../devel/libtool
+.if defined(USE_LTDL)
+DEPENDS+= libtool>=1.4.20010219nb4:../../devel/libtool
.endif
.endif