summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorryoon <ryoon>2017-04-15 05:46:28 +0000
committerryoon <ryoon>2017-04-15 05:46:28 +0000
commit5a9eb4a707469a30d50279f74f349ee3093b1956 (patch)
tree00b5c30b7fc7f98dd68758a7b4f27861fc0698d0 /www
parente4d5d8a1bd6b0ad72d1d57cbd1296702ec6cac93 (diff)
downloadpkgsrc-5a9eb4a707469a30d50279f74f349ee3093b1956.tar.gz
Change v2 option name to http2
http2 is defined in pkgsrc/mk/defaults/options.description
Diffstat (limited to 'www')
-rw-r--r--www/nginx/options.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/nginx/options.mk b/www/nginx/options.mk
index c7e3d37a47e..79643fbc17c 100644
--- a/www/nginx/options.mk
+++ b/www/nginx/options.mk
@@ -1,11 +1,11 @@
-# $NetBSD: options.mk,v 1.36 2016/06/15 14:49:11 fhajny Exp $
+# $NetBSD: options.mk,v 1.37 2017/04/15 05:46:28 ryoon Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.nginx
PKG_SUPPORTED_OPTIONS= dav flv gtools inet6 luajit mail-proxy memcache naxsi \
pcre push realip ssl sub uwsgi image-filter \
debug status nginx-autodetect-cflags echo \
set-misc headers-more array-var encrypted-session \
- form-input perl gzip v2
+ form-input perl gzip http2
PKG_SUGGESTED_OPTIONS= inet6 pcre ssl
@@ -45,7 +45,7 @@ CONFIGURE_ARGS+= --with-http_dav_module
CONFIGURE_ARGS+= --with-http_flv_module
.endif
-.if !empty(PKG_OPTIONS:Mv2)
+.if !empty(PKG_OPTIONS:Mhttp2)
CONFIGURE_ARGS+= --with-http_v2_module
.endif