summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorwiz <wiz>2002-10-21 01:23:03 +0000
committerwiz <wiz>2002-10-21 01:23:03 +0000
commit88e59471026b95072a895ce2969b1e13b93d87ca (patch)
tree5b89fb789ba0c816d8b9c730c5cf220c85834f99 /mk
parent4aa1981d71ec93c01036cb25a5a8fa009e0c343c (diff)
downloadpkgsrc-88e59471026b95072a895ce2969b1e13b93d87ca.tar.gz
Remove (currently unused) USE_LTDL code -- use libtool/buildlink2.mk instead.
Diffstat (limited to '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