diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 17:37:38 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 17:37:38 +0000 |
commit | 1c7521fb6280b81cb866d0d843dd257b0f91a65d (patch) | |
tree | 03589d1e7ec96a98d4c92d37cf3de664d5e68b70 /www/eaccelerator | |
parent | 3ee60a37282fc09f80aa4d0378bec95ee963ff8d (diff) |
Notes
Diffstat (limited to 'www/eaccelerator')
-rw-r--r-- | www/eaccelerator/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/eaccelerator/Makefile b/www/eaccelerator/Makefile index 91cf91e76bc6..e9f6b674b11e 100644 --- a/www/eaccelerator/Makefile +++ b/www/eaccelerator/Makefile @@ -9,7 +9,7 @@ MAINTAINER= ale@FreeBSD.org COMMENT= A free open-source PHP accelerator & optimizer LICENSE= GPLv2 -OPTIONS_DEFINE= DOCCOMM +OPTIONS_DEFINE= DOCCOMM DOCS EXAMPLES DOCCOMM_DESC= Retain doc-comments in internal php structures USE_GITHUB= yes @@ -17,8 +17,6 @@ GH_ACCOUNT= ${PORTNAME} GH_TAGNAME= ${GH_COMMIT} GH_COMMIT= 42067ac -OPTIONS_DEFINE= DOCCOMM DOCS EXAMPLES - DOCCOMM_DESC= Retain doc-comments in internal php structures DOCCOMM_CONFIGURE_WITH= eaccelerator-doc-comment-inclusion |