diff options
author | mat <mat@FreeBSD.org> | 2014-10-13 21:17:59 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-10-13 21:17:59 +0800 |
commit | 704864f3adb8f47186e60311366846b38b9c131a (patch) | |
tree | cff0559fba425e7d4ca05d2935ed725a5970b529 /www | |
parent | 373095731903863476ea32b687260a86038cbd31 (diff) | |
download | freebsd-ports-gnome-704864f3adb8f47186e60311366846b38b9c131a.tar.gz freebsd-ports-gnome-704864f3adb8f47186e60311366846b38b9c131a.tar.zst freebsd-ports-gnome-704864f3adb8f47186e60311366846b38b9c131a.zip |
Doesn't build with php 5.5 and 5.6.
Sponsored by: Absolight
Diffstat (limited to 'www')
-rw-r--r-- | www/eaccelerator/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/eaccelerator/Makefile b/www/eaccelerator/Makefile index 9ba4c027a07d..11c09b5ea3f8 100644 --- a/www/eaccelerator/Makefile +++ b/www/eaccelerator/Makefile @@ -23,6 +23,7 @@ DOCCOMM_CONFIGURE_WITH= eaccelerator-doc-comment-inclusion USE_PHP= yes USE_PHPIZE= yes USE_PHP_BUILD= yes +IGNORE_WITH_PHP= 55 56 CONFIGURE_ARGS= --enable-eaccelerator=shared \ --with-eaccelerator-userid=80 |