diff options
-rw-r--r-- | www/nginx-devel/Makefile | 2 | ||||
-rw-r--r-- | www/nginx/Makefile | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 4329bac38cd5..854b5c2e244a 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -57,7 +57,6 @@ OPTIONS_DEFINE= \ THREADS \ WWW \ CACHE_PURGE \ - CTPP2 \ ECHO \ HEADERS_MORE \ HTTP_ACCEPT_LANGUAGE \ @@ -143,7 +142,6 @@ STREAM_SSL_DESC= Enable stream_ssl module (SSL req.) THREADS_DESC= Enable threads support WWW_DESC= Enable html sample files CACHE_PURGE_DESC= 3rd party cache_purge module -CTPP2_DESC= 3rd party CT++ module ECHO_DESC= 3rd party echo module HEADERS_MORE_DESC= 3rd party headers_more module HTTP_ACCEPT_LANGUAGE_DESC= 3rd party accept_language module diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 74a0a130f594..d593333ed2f0 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -55,7 +55,6 @@ OPTIONS_DEFINE= \ THREADS \ WWW \ CACHE_PURGE \ - CTPP2 \ ECHO \ HEADERS_MORE \ HTTP_ACCEPT_LANGUAGE \ @@ -139,7 +138,6 @@ SPDY_DESC= Enable SPDY protocol support (SSL req.) THREADS_DESC= Enable threads support WWW_DESC= Enable html sample files CACHE_PURGE_DESC= 3rd party cache_purge module -CTPP2_DESC= 3rd party CT++ module ECHO_DESC= 3rd party echo module HEADERS_MORE_DESC= 3rd party headers_more module HTTP_ACCEPT_LANGUAGE_DESC= 3rd party accept_language module |