summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r--mk/bsd.pkg.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 1199c7db63b..707172fb3c7 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1070 2002/10/21 01:17:11 wiz Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1071 2002/10/21 01:23:03 wiz Exp $
#
# This file is in the public domain.
#
@@ -326,11 +326,7 @@ LIBTOOL_REQD= 1.4.20010614nb9
LIBTOOL= ${LOCALBASE}/bin/libtool
.if defined(USE_LIBTOOL)
PKGLIBTOOL= ${LIBTOOL}
-. if defined(USE_LTDL)
-DEPENDS+= libtool>=${LIBTOOL_REQD}:../../devel/libtool
-. else
BUILD_DEPENDS+= libtool-base>=${LIBTOOL_REQD}:../../devel/libtool-base
-. endif
CONFIGURE_ENV+= LIBTOOL="${PKGLIBTOOL} ${LIBTOOL_FLAGS}"
MAKE_ENV+= LIBTOOL="${PKGLIBTOOL} ${LIBTOOL_FLAGS}"
.endif