summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2001-03-28 14:34:00 +0000
committerskrll <skrll@pkgsrc.org>2001-03-28 14:34:00 +0000
commitf0e86f3cde917657a657e17fc0fe41f678a1bc7a (patch)
treefdb6bd118fee7831b15b1f132cbfb4fe9d8eae02 /mk
parenta00a4f14f5d20c13c9eea1cd70066f36ea79306b (diff)
downloadpkgsrc-f0e86f3cde917657a657e17fc0fe41f678a1bc7a.tar.gz
Minor optimisation
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index d187574d961..ebdbfeba24d 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.702 2001/03/28 14:01:28 skrll Exp $
+# $NetBSD: bsd.pkg.mk,v 1.703 2001/03/28 14:34:00 skrll Exp $
#
# This file is in the public domain.
#
@@ -223,9 +223,6 @@ BUILD_DEPENDS+= libtool>=1.4.20010219nb4:../../devel/libtool
.if defined(USE_LTDL)
DEPENDS+= libtool>=1.4.20010219nb4:../../devel/libtool
.endif
-.endif
-
-.if defined(USE_LIBTOOL)
CONFIGURE_ENV+= LIBTOOL="${LIBTOOL} ${LIBTOOL_FLAGS}"
MAKE_ENV+= LIBTOOL="${LIBTOOL} ${LIBTOOL_FLAGS}"
.endif