aboutsummaryrefslogtreecommitdiffstats
path: root/lang/php55
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2013-10-18 19:07:38 +0800
committerale <ale@FreeBSD.org>2013-10-18 19:07:38 +0800
commit3804bc2a9c34ac2fb7647903c82447ac18b919a2 (patch)
tree52a3354bd66587691524f0eb09898f0766840b49 /lang/php55
parente94fa47c8d080191861b4abc57851a3853db3dab (diff)
downloadfreebsd-ports-gnome-3804bc2a9c34ac2fb7647903c82447ac18b919a2.tar.gz
freebsd-ports-gnome-3804bc2a9c34ac2fb7647903c82447ac18b919a2.tar.zst
freebsd-ports-gnome-3804bc2a9c34ac2fb7647903c82447ac18b919a2.zip
Mark broken when APACHE is enabled until a fix is committed.
Diffstat (limited to 'lang/php55')
-rw-r--r--lang/php55/Makefile1
1 files changed, 1 insertions, 0 deletions
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"