summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-09-26 00:36:44 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-09-26 00:36:44 +0000
commite192fbdad8c39286a7b589896cc304b5c858f759 (patch)
treef81d554aaf2201dda569b87e5e01dcc88bd9bab9 /Mk
parentThe patch has now been incorporated into the mainstream file. (diff)
Fine-tune the anti-foot-shooting measure for systems that set PERL_VERSION
in /etc/make.conf. This did not show up on the cluster.
Notes
Notes: svn path=/head/; revision=200117
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.perl.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.perl.mk b/Mk/bsd.perl.mk
index c8a0e1651e3f..55beb46bc617 100644
--- a/Mk/bsd.perl.mk
+++ b/Mk/bsd.perl.mk
@@ -184,7 +184,7 @@ PLIST_SUB+= PERL_VERSION=${PERL_VERSION} \
.endif # defined(_PERL_REFACTORING_COMPLETE)
-.if !defined(PERL) || !defined(PERL5) || !defined(PERL_PORT) || !defined(PERL_VERSION)
+.if !defined(PERL) || !defined(PERL5) || !defined(PERL_PORT) || !defined(SITE_PERL)
IGNORE= missing define for WANT_PERL, USE_PERL5, or similar before bsd.port.pre.mk inclusion
.endif