aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt/portmk
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-09-09 11:02:06 +0800
committerlinimon <linimon@FreeBSD.org>2007-09-09 11:02:06 +0800
commitbfb71b4ddf919b7b11c1fba47cd63cd6efd1fdb8 (patch)
tree58d1016bdea08382be962831d12aa3251168bd7d /ports-mgmt/portmk
parentd59e24ba5a48225ee13da5867eb4dd321e0aeb4b (diff)
downloadfreebsd-ports-gnome-bfb71b4ddf919b7b11c1fba47cd63cd6efd1fdb8.tar.gz
freebsd-ports-gnome-bfb71b4ddf919b7b11c1fba47cd63cd6efd1fdb8.tar.zst
freebsd-ports-gnome-bfb71b4ddf919b7b11c1fba47cd63cd6efd1fdb8.zip
Track master: unconditionally include bsd.perl.mk for now.
Diffstat (limited to 'ports-mgmt/portmk')
-rw-r--r--ports-mgmt/portmk/Mk/bsd.port.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/ports-mgmt/portmk/Mk/bsd.port.mk b/ports-mgmt/portmk/Mk/bsd.port.mk
index 369c8f3dcfc0..188a23582651 100644
--- a/ports-mgmt/portmk/Mk/bsd.port.mk
+++ b/ports-mgmt/portmk/Mk/bsd.port.mk
@@ -1478,13 +1478,13 @@ PLIST_SUB+= PERL_VERSION=${PERL_VERSION} \
.endif
.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)
.if exists(${DEVELPORTSDIR}/Mk/bsd.perl.mk)
.include "${DEVELPORTSDIR}/Mk/bsd.perl.mk"
.else
.include "${PORTSDIR}/Mk/bsd.perl.mk"
.endif
-.endif
+#.endif
.if defined(USE_PHP)
.if exists(${DEVELPORTSDIR}/Mk/bsd.php.mk)
@@ -2124,13 +2124,13 @@ BUILD_DEPENDS+= bison:${PORTSDIR}/devel/bison
.endif
.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)
.if exists(${DEVELPORTSDIR}/Mk/bsd.perl.mk)
.include "${DEVELPORTSDIR}/Mk/bsd.perl.mk"
.else
.include "${PORTSDIR}/Mk/bsd.perl.mk"
.endif
-.endif
+#.endif
.if defined(USE_PHP)
.if exists(${DEVELPORTSDIR}/Mk/bsd.php.mk)