diff options
author | Rene Ladan <rene@FreeBSD.org> | 2019-02-17 21:47:42 +0800 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2019-02-17 21:47:42 +0800 |
commit | 6430e4bf391f8f155c08d55418704d8ff8624bff (patch) | |
tree | 0d0dd1a9f7d6534c356287014e177b1f50898267 /www/nginx | |
parent | 69c03e84a0cdd6adf15656e44296e70ddcd79a27 (diff) | |
download | freebsd-ports-gnome-6430e4bf391f8f155c08d55418704d8ff8624bff.tar.gz freebsd-ports-gnome-6430e4bf391f8f155c08d55418704d8ff8624bff.tar.zst freebsd-ports-gnome-6430e4bf391f8f155c08d55418704d8ff8624bff.zip |
www/nginx: remove unused dependency on expired net/GeoIP
Diffstat (limited to 'www/nginx')
-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 |