diff options
author | ale <ale@FreeBSD.org> | 2013-10-18 19:07:38 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2013-10-18 19:07:38 +0800 |
commit | 3804bc2a9c34ac2fb7647903c82447ac18b919a2 (patch) | |
tree | 52a3354bd66587691524f0eb09898f0766840b49 /lang/php55 | |
parent | e94fa47c8d080191861b4abc57851a3853db3dab (diff) | |
download | freebsd-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/Makefile | 1 |
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" |