aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-09-26 08:36:44 +0800
committerlinimon <linimon@FreeBSD.org>2007-09-26 08:36:44 +0800
commit49671b965948361f50aa029e94345747c1c625f1 (patch)
tree0b8e6556b909ec017f0906ff6e1e64deb9da2739 /Mk
parentf9a8b7fa6116a96202fc1b75d51f01c69af4094b (diff)
downloadfreebsd-ports-gnome-49671b965948361f50aa029e94345747c1c625f1.tar.gz
freebsd-ports-gnome-49671b965948361f50aa029e94345747c1c625f1.tar.zst
freebsd-ports-gnome-49671b965948361f50aa029e94345747c1c625f1.zip
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.
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