diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2015-04-22 11:47:23 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2015-04-22 11:47:23 +0000 |
commit | 43cc52fe5f50a65a45858e3eed3d72c33af50903 (patch) | |
tree | 29ce5ab483ef20e94d5b37f9cc2cea00af3566a0 /www/nginx-devel | |
parent | fc6455d731ab29ce1f01cc4f9822928df43a0bc6 (diff) |
Notes
Diffstat (limited to 'www/nginx-devel')
-rw-r--r-- | www/nginx-devel/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 0ca5e0046b9d..52c9b468112f 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -101,7 +101,6 @@ OPTIONS_DEFINE= \ SLOWFS_CACHE \ SRCACHE \ SUPERVISORD \ - SYSLOG_SUPPORT \ TCP_PROXY \ UDPLOG \ XRID_HEADER \ @@ -191,7 +190,6 @@ SFLOW_DESC= 3rd party sflow module SLOWFS_CACHE_DESC= 3rd party slowfs_cache module SRCACHE_DESC= 3rd party srcache module SUPERVISORD_DESC= 3rd party supervisord module -SYSLOG_SUPPORT_DESC= 3rd party syslog support TCP_PROXY_DESC= 3rd party tcp_proxy module UDPLOG_DESC= 3rd party udplog (syslog) module XRID_HEADER_DESC= 3rd party x-rid header module @@ -740,10 +738,6 @@ DISTFILES+= ngx_supervisord-${NGINX_SUPERVISORD_VERSION}.tar.gz:supervisord CONFIGURE_ARGS+=--add-module=${WRKDIR}/ngx_supervisord-${NGINX_SUPERVISORD_VERSION} .endif -.if ${PORT_OPTIONS:MSYSLOG_SUPPORT} -IGNORE= SYSLOG: update require -.endif - .if ${PORT_OPTIONS:MTCP_PROXY} IGNORE= TCP_PROXY: update require NGINX_TCP_PROXY_VERSION= 0.26 |