aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-09-09 09:02:15 +0800
committerlinimon <linimon@FreeBSD.org>2007-09-09 09:02:15 +0800
commit0a22fbd763c4b64ebb6927af7a5c414e57477404 (patch)
tree92d8138892bc352b26422c34b3c1c8be385f5007 /Mk/bsd.port.mk
parenta3d02fd1004d1eb6fefb3757bfa54cb9899764e9 (diff)
downloadfreebsd-ports-gnome-0a22fbd763c4b64ebb6927af7a5c414e57477404.tar.gz
freebsd-ports-gnome-0a22fbd763c4b64ebb6927af7a5c414e57477404.tar.zst
freebsd-ports-gnome-0a22fbd763c4b64ebb6927af7a5c414e57477404.zip
Revert the conditional inclusion of bsd.perl.mk and make it unconditional.
Apparently my test run was completely bogus. New owner of the entire pointy hat factory: linimon
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 060e5ab5bad9..ef168d49f82e 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1445,9 +1445,9 @@ PLIST_SUB+= PERL_VERSION=${PERL_VERSION} \
.include "${PORTSDIR}/Mk/bsd.gnustep.mk"
.endif
-.if defined(USE_PERL5) || defined(USE_PERL5_BUILD) || defined(USE_PERL5_RUN) || defined(PERL_CONFIGURE) || defined(PERL_MODBUILD)
+#.if defined(USE_PERL5) || defined(USE_PERL5_BUILD) || defined(USE_PERL5_RUN) || defined(PERL_CONFIGURE) || defined(PERL_MODBUILD)
.include "${PORTSDIR}/Mk/bsd.perl.mk"
-.endif
+#.endif
.if defined(USE_PHP)
.include "${PORTSDIR}/Mk/bsd.php.mk"
@@ -1974,9 +1974,9 @@ BUILD_DEPENDS+= bison:${PORTSDIR}/devel/bison
.include "${PORTSDIR}/Mk/bsd.sdl.mk"
.endif
-.if defined(USE_PERL5) || defined(USE_PERL5_BUILD) || defined(USE_PERL5_RUN) || defined(PERL_CONFIGURE) || defined(PERL_MODBUILD)
+#.if defined(USE_PERL5) || defined(USE_PERL5_BUILD) || defined(USE_PERL5_RUN) || defined(PERL_CONFIGURE) || defined(PERL_MODBUILD)
.include "${PORTSDIR}/Mk/bsd.perl.mk"
-.endif
+#.endif
.if defined(USE_PHP)
.include "${PORTSDIR}/Mk/bsd.php.mk"