summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorskrll <skrll>2001-03-28 14:34:00 +0000
committerskrll <skrll>2001-03-28 14:34:00 +0000
commit9aead0427ef4254f3b9049ce60c3848c3059c5b8 (patch)
treefdb6bd118fee7831b15b1f132cbfb4fe9d8eae02 /mk
parent684de46d6a7887512fa991d29fef1e47f7684892 (diff)
downloadpkgsrc-9aead0427ef4254f3b9049ce60c3848c3059c5b8.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