aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2013-10-18 11:07:38 +0000
committerAlex Dupre <ale@FreeBSD.org>2013-10-18 11:07:38 +0000
commit6d8dfd2b6545eef54e3d2a48d30ff8a0d361d184 (patch)
tree52a3354bd66587691524f0eb09898f0766840b49 /lang
parent7eeea5cc87014e3c6ee3aed17200a4f06f25ed47 (diff)
downloadports-6d8dfd2b6545eef54e3d2a48d30ff8a0d361d184.tar.gz
ports-6d8dfd2b6545eef54e3d2a48d30ff8a0d361d184.zip
Notes
Diffstat (limited to 'lang')
-rw-r--r--lang/php5/Makefile1
-rw-r--r--lang/php55/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile
index aee65e0a1e8b..f192b35f5afc 100644
--- a/lang/php5/Makefile
+++ b/lang/php5/Makefile
@@ -101,6 +101,7 @@ IGNORE= cannot be built with multiple SAPI (apache and embedded)
.endif
.if ${PORT_OPTIONS:MAPACHE}
+BROKEN= doesn't install in STAGEDIR: working on a fix
PHP_SAPI+= mod
USE_APACHE= 22+
.include "${PORTSDIR}/Mk/bsd.apache.mk"
diff --git a/lang/php55/Makefile b/lang/php55/Makefile
index 1cccb03d0af4..c5890b64ae8c 100644
--- a/lang/php55/Makefile
+++ b/lang/php55/Makefile
@@ -101,6 +101,7 @@ IGNORE= cannot be built with multiple SAPI (apache and embedded)
.endif
.if ${PORT_OPTIONS:MAPACHE}
+BROKEN= doesn't install in STAGEDIR: working on a fix
PHP_SAPI+= mod
USE_APACHE= 22+
.include "${PORTSDIR}/Mk/bsd.apache.mk"