summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-09-09 01:02:15 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-09-09 01:02:15 +0000
commit5d36202ed869b917c7fa0fe53b797b8974816d5e (patch)
tree4a9d467b102e8bac8ac64ac3e08a4c3e33926da9 /Mk
parentRemove -m from "pw useradd" command to prevent creation of /usr/home (diff)
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
Notes
Notes: svn path=/head/; revision=199142
Diffstat (limited to '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"