diff options
author | ale <ale@FreeBSD.org> | 2010-09-07 21:23:51 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2010-09-07 21:23:51 +0800 |
commit | b5666f4c225853caf8b1a5d8124b88a8eeddaa67 (patch) | |
tree | 98c8135bbfce08501d90daab86d955842ed07908 /www | |
parent | 8208085be8b98699451ae4a51c0c696e8a94d145 (diff) | |
download | freebsd-ports-gnome-b5666f4c225853caf8b1a5d8124b88a8eeddaa67.tar.gz freebsd-ports-gnome-b5666f4c225853caf8b1a5d8124b88a8eeddaa67.tar.zst freebsd-ports-gnome-b5666f4c225853caf8b1a5d8124b88a8eeddaa67.zip |
- Fix for open_basedir
- Add LICENSE
Diffstat (limited to 'www')
-rw-r--r-- | www/eaccelerator/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/www/eaccelerator/Makefile b/www/eaccelerator/Makefile index 0dd126e19c28..848824f70ae4 100644 --- a/www/eaccelerator/Makefile +++ b/www/eaccelerator/Makefile @@ -7,6 +7,7 @@ PORTNAME= eaccelerator PORTVERSION= 0.9.6.1 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/eAccelerator%20${PORTVERSION}/ \ http://bart.eaccelerator.net/source/${PORTVERSION}/ @@ -20,7 +21,11 @@ USE_PHP_BUILD= yes IGNORE_WITH_PHP=4 CONFIGURE_ARGS= --enable-eaccelerator=shared \ - --with-eaccelerator-userid=80 + --with-eaccelerator-userid=80 \ + --without-eaccelerator-use-inode + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING USE_BZIP2= yes SUB_FILES= pkg-message |