diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-22 19:11:12 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-22 19:11:12 +0000 |
commit | 9f94b112f01d9322b4806a06b02bdb565874da4d (patch) | |
tree | 9bb9e344bf86184898db4f31dee2dd629dc3e6f2 /mk/bsd.pkg.use.mk | |
parent | f4a7efea2e910e41e2d900bf23cdfe570457ec00 (diff) | |
download | pkgsrc-9f94b112f01d9322b4806a06b02bdb565874da4d.tar.gz |
Remove the old tools framework and references to _USE_NEW_TOOLS.
Diffstat (limited to 'mk/bsd.pkg.use.mk')
-rw-r--r-- | mk/bsd.pkg.use.mk | 28 |
1 files changed, 1 insertions, 27 deletions
diff --git a/mk/bsd.pkg.use.mk b/mk/bsd.pkg.use.mk index 70ee3a2bb76..65d466b7c33 100644 --- a/mk/bsd.pkg.use.mk +++ b/mk/bsd.pkg.use.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.use.mk,v 1.14 2005/05/18 22:42:07 jlam Exp $ +# $NetBSD: bsd.pkg.use.mk,v 1.15 2005/05/22 19:11:12 jlam Exp $ # # Turn USE_* macros into proper depedency logic. Included near the top of # bsd.pkg.mk, after bsd.prefs.mk. @@ -107,32 +107,6 @@ USE_MAKEINFO?= no . include "../../mk/texinfo.mk" .endif -.if empty(_USE_NEW_TOOLS:M[yY][eE][sS]) -### -### USE_PERL5 -### -.include "../../lang/perl5/version.mk" -# -# Convert USE_PERL5 to be two-valued: either "build" or "run" to denote -# whether we want a build-time or run-time dependency on perl. -# -.if defined(USE_PERL5) -. if (${USE_PERL5} == "build") -_PERL5_DEPMETHOD= BUILD_DEPENDS -. else -USE_PERL5:= run -_PERL5_DEPMETHOD= DEPENDS -. endif -_PERL5_DEPENDS= {perl>=${PERL5_REQD},perl-thread>=${PERL5_REQD}} -PERL5_PKGSRCDIR?= ../../lang/perl58 -. if !defined(BUILDLINK_DEPENDS.perl) -${_PERL5_DEPMETHOD}+= ${_PERL5_DEPENDS}:${PERL5_PKGSRCDIR} -. endif -CONFIGURE_ENV+= PERL=${PERL5:Q} -. include "../../lang/perl5/vars.mk" -.endif -.endif - ### USE_RMAN # Check if we got "rman" with XFree86, for packages that need "rman". |