summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjlam <jlam>2002-09-17 23:53:50 +0000
committerjlam <jlam>2002-09-17 23:53:50 +0000
commit4a0a9349627729f0c78a2709bf714a6cb62c1d67 (patch)
tree29e8bef585544bb98b02be481931f292f2a4d4d4 /mk
parentfb36c0cd455c236a802f580f029a1aa75c30ac8b (diff)
downloadpkgsrc-4a0a9349627729f0c78a2709bf714a6cb62c1d67.tar.gz
Move the LIBTOOL definition outside of the USE_LIBTOOL conditional so that
it may be used by buildlink2.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 0c9e58a3a6f..b22fd0679f3 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1048 2002/09/16 10:04:39 hubertf Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1049 2002/09/17 23:53:50 jlam Exp $
#
# This file is in the public domain.
#
@@ -337,8 +337,8 @@ CONFIGURE_ENV+= CONFIG_SHELL=${CONFIG_SHELL}
.endif
LIBTOOL_REQD= 1.4.20010614nb9
-.if defined(USE_LIBTOOL)
LIBTOOL= ${LOCALBASE}/bin/libtool
+.if defined(USE_LIBTOOL)
PKGLIBTOOL= ${LIBTOOL}
. if defined(USE_LTDL)
DEPENDS+= libtool>=${LIBTOOL_REQD}:../../devel/libtool