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.
This commit is contained in:
Mark Linimon 2007-09-26 00:36:44 +00:00
parent 0069e3a00f
commit e192fbdad8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200117

View File

@ -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