diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-17 23:53:50 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-17 23:53:50 +0000 |
commit | 0d2ebb8aba825f051b375b26d1b6bc8bd854c581 (patch) | |
tree | 29e8bef585544bb98b02be481931f292f2a4d4d4 /mk/bsd.pkg.mk | |
parent | 56afdfcf777ac4264c3f091856a1b87193904ced (diff) | |
download | pkgsrc-0d2ebb8aba825f051b375b26d1b6bc8bd854c581.tar.gz |
Move the LIBTOOL definition outside of the USE_LIBTOOL conditional so that
it may be used by buildlink2.
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r-- | mk/bsd.pkg.mk | 4 |
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 |