diff options
author | ale <ale@FreeBSD.org> | 2005-12-14 22:01:48 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2005-12-14 22:01:48 +0800 |
commit | b0007c017038e49b5a87ff2175ac378bb5842c41 (patch) | |
tree | 8fed027d6338164a40f846859ca3a79f50e2109a /www | |
parent | 9a27e9e377dca2489ad1eed419fa28177d5b3320 (diff) | |
download | freebsd-ports-gnome-b0007c017038e49b5a87ff2175ac378bb5842c41.tar.gz freebsd-ports-gnome-b0007c017038e49b5a87ff2175ac378bb5842c41.tar.zst freebsd-ports-gnome-b0007c017038e49b5a87ff2175ac378bb5842c41.zip |
Mark BROKEN with PHP 5.1.
Diffstat (limited to 'www')
-rw-r--r-- | www/eaccelerator/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/eaccelerator/Makefile b/www/eaccelerator/Makefile index af53083ecc4c..ec92f209a1bd 100644 --- a/www/eaccelerator/Makefile +++ b/www/eaccelerator/Makefile @@ -18,6 +18,7 @@ COMMENT= An opcode cache for PHP with encoder and loader USE_PHP= session USE_PHPIZE= yes USE_PHP_BUILD= yes +BROKEN_WITH_PHP= 5 CONFIGURE_ARGS= --enable-eaccelerator=shared @@ -25,9 +26,7 @@ USE_BZIP2= yes SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message -.if !defined(NOPORTDOCS) PORTDOCS= * -.endif post-build: @${SED} "s|%%LOCALBASE%%|${LOCALBASE}|g; s|0777|0755|g" \ |