summaryrefslogtreecommitdiff
path: root/mk/tools
diff options
context:
space:
mode:
authorjlam <jlam>2005-07-16 01:19:06 +0000
committerjlam <jlam>2005-07-16 01:19:06 +0000
commit4ff5f6ae062a1143c9d2a08f5e33e22d43752ad6 (patch)
treefb130b4b27029c9f82bb28dd306abe9510817ec8 /mk/tools
parent054fad736d18fc06e189e90dc8c9836148b80ecb (diff)
downloadpkgsrc-4ff5f6ae062a1143c9d2a08f5e33e22d43752ad6.tar.gz
Get rid of USE_PERL5. The new way to express needing the Perl executable
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
Diffstat (limited to 'mk/tools')
-rw-r--r--mk/tools/replace.mk13
1 files changed, 1 insertions, 12 deletions
diff --git a/mk/tools/replace.mk b/mk/tools/replace.mk
index 97c5d6a4aaa..b44b58badf4 100644
--- a/mk/tools/replace.mk
+++ b/mk/tools/replace.mk
@@ -1,4 +1,4 @@
-# $NetBSD: replace.mk,v 1.109 2005/07/15 20:14:04 jlam Exp $
+# $NetBSD: replace.mk,v 1.110 2005/07/16 01:19:27 jlam Exp $
#
# Copyright (c) 2005 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -75,17 +75,6 @@
# USE_TOOLS+= perl:run
#
-# Continue to allow USE_PERL5 until packages have been taught to use the
-# new syntax.
-#
-.if defined(USE_PERL5)
-. if empty(USE_PERL5:Mbuild)
-USE_TOOLS+= perl:run
-. else
-USE_TOOLS+= perl
-. endif
-.endif
-
# XXX Keep this hack here until the day that msgfmt and msgfmt-plurals
# XXX is handled directly by the tools framework.
# XXX