diff options
author | Alex Dupre <ale@FreeBSD.org> | 2013-10-18 11:07:38 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2013-10-18 11:07:38 +0000 |
commit | 6d8dfd2b6545eef54e3d2a48d30ff8a0d361d184 (patch) | |
tree | 52a3354bd66587691524f0eb09898f0766840b49 /lang/php5/Makefile | |
parent | 7eeea5cc87014e3c6ee3aed17200a4f06f25ed47 (diff) | |
download | ports-6d8dfd2b6545eef54e3d2a48d30ff8a0d361d184.tar.gz ports-6d8dfd2b6545eef54e3d2a48d30ff8a0d361d184.zip |
Notes
Diffstat (limited to 'lang/php5/Makefile')
-rw-r--r-- | lang/php5/Makefile | 1 |
1 files changed, 1 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" |