diff options
author | Alex Dupre <ale@FreeBSD.org> | 2008-02-11 07:12:33 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2008-02-11 07:12:33 +0000 |
commit | cd03551dbd715824f080543313a0933dca5858d4 (patch) | |
tree | 50275eb7fa08d3e2682cc3a39d97a233de394df8 /www/eaccelerator | |
parent | 4a15af3b743046c296dc6dee00aa5710324c5f66 (diff) |
Notes
Diffstat (limited to 'www/eaccelerator')
-rw-r--r-- | www/eaccelerator/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/eaccelerator/Makefile b/www/eaccelerator/Makefile index 2df6f823c9f0..39d7a315f2ab 100644 --- a/www/eaccelerator/Makefile +++ b/www/eaccelerator/Makefile @@ -7,6 +7,7 @@ PORTNAME= eaccelerator DISTVERSION= 0.9.5.2 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://bart.eaccelerator.net/source/${DISTVERSION}/ @@ -18,8 +19,10 @@ USE_PHPIZE= yes USE_PHP_BUILD= yes CONFIGURE_ARGS= --enable-eaccelerator=shared \ + --with-eaccelerator-shared-memory \ --with-eaccelerator-sessions \ - --with-eaccelerator-userid=www + --with-eaccelerator-content-caching \ + --with-eaccelerator-userid=80 USE_BZIP2= yes SUB_FILES= pkg-message |