diff options
author | Alex Dupre <ale@FreeBSD.org> | 2010-09-07 13:23:51 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2010-09-07 13:23:51 +0000 |
commit | c994fe0769fddc0f7b370de6bd55bd733e245186 (patch) | |
tree | f921693b9d108ce946109f390069083440b6ffb5 /www/eaccelerator | |
parent | 03de4d0da085ffb7fc0d019920b2cf58b0050939 (diff) |
Notes
Diffstat (limited to 'www/eaccelerator')
-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 |