diff options
author | rene <rene@FreeBSD.org> | 2019-02-17 21:47:42 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2019-02-17 21:47:42 +0800 |
commit | 8c15305eee0d80c90e73815915fdefe8518f9f99 (patch) | |
tree | 0d0dd1a9f7d6534c356287014e177b1f50898267 | |
parent | 8d70a6b017fe369af9e875cc3307de5b3cd6b45d (diff) | |
download | freebsd-ports-gnome-8c15305eee0d80c90e73815915fdefe8518f9f99.tar.gz freebsd-ports-gnome-8c15305eee0d80c90e73815915fdefe8518f9f99.tar.zst freebsd-ports-gnome-8c15305eee0d80c90e73815915fdefe8518f9f99.zip |
www/nginx: remove unused dependency on expired net/GeoIP
-rw-r--r-- | www/nginx/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 6eddb5965865..1a0fd61a4081 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -150,8 +150,6 @@ HTTP_AUTH_REQ_CONFIGURE_ON= --with-http_auth_request_module HTTP_CACHE_CONFIGURE_OFF= --without-http-cache HTTP_DAV_CONFIGURE_ON= --with-http_dav_module HTTP_FLV_CONFIGURE_ON= --with-http_flv_module -HTTP_GEOIP_LIB_DEPENDS= libGeoIP.so:net/GeoIP -HTTP_GEOIP_VARS= DSO_BASEMODS+=http_geoip_module HTTP_GZIP_STATIC_CONFIGURE_ON= --with-http_gzip_static_module HTTP_GUNZIP_FILTER_CONFIGURE_ON=--with-http_gunzip_module HTTP_IMAGE_FILTER_LIB_DEPENDS= libgd.so:graphics/gd |