diff options
author | brnrd <brnrd@FreeBSD.org> | 2018-03-12 01:38:45 +0800 |
---|---|---|
committer | brnrd <brnrd@FreeBSD.org> | 2018-03-12 01:38:45 +0800 |
commit | 6029be0806d7b5f9b9c6738a9d7150d6f80552cb (patch) | |
tree | 85e51f0eab4b6fd29e00eb4c35134e96e53c579a /www/nginx/Makefile | |
parent | 00fffb3d20ee3c35c008eaa9432b5240817e9cd8 (diff) | |
download | freebsd-ports-gnome-6029be0806d7b5f9b9c6738a9d7150d6f80552cb.tar.gz freebsd-ports-gnome-6029be0806d7b5f9b9c6738a9d7150d6f80552cb.tar.zst freebsd-ports-gnome-6029be0806d7b5f9b9c6738a9d7150d6f80552cb.zip |
Migrate USE_APACHE to USES= apache (category www)
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk
With hat: apache
Diffstat (limited to 'www/nginx/Makefile')
-rw-r--r-- | www/nginx/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 556ee8ab6706..17db8da50199 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -894,9 +894,8 @@ LIB_DEPENDS+= libapr-1.so:devel/apr1 \ libluajit-5.1.so:lang/luajit \ libpcre.so:devel/pcre \ libyajl.so:devel/yajl -USE_APACHE= 22+ USE_GNOME+= libxml2 -USES+= pkgconfig shebangfix +USES+= apache:2.2+ pkgconfig shebangfix MASTER_SITES+= http://www.modsecurity.org/tarball/${NGINX_MODSECURITY_VERSION:S/RC/rc/}/:modsecurity DISTFILES+= modsecurity-${NGINX_MODSECURITY_VERSION}.tar.gz:modsecurity CONFIGURE_ARGS+=--add-module=${WRKDIR}/modsecurity-${NGINX_MODSECURITY_VERSION}/nginx/modsecurity |