diff options
author | wiz <wiz@pkgsrc.org> | 2012-06-12 15:45:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-06-12 15:45:54 +0000 |
commit | 2f9e0bbe6e02ff23897124bea48ccab863f0e96e (patch) | |
tree | 2b285fa6770b50661c5304db25cc980b3914e417 /www/nginx | |
parent | 6804dc0a40915fb99ab6be29d4e6e083c9def2e6 (diff) | |
download | pkgsrc-2f9e0bbe6e02ff23897124bea48ccab863f0e96e.tar.gz |
Add inet6 to default suggested options. It's 2012.
Diffstat (limited to 'www/nginx')
-rw-r--r-- | www/nginx/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/nginx/options.mk b/www/nginx/options.mk index 8a2f44dbdb7..80dced8c8de 100644 --- a/www/nginx/options.mk +++ b/www/nginx/options.mk @@ -1,10 +1,10 @@ -# $NetBSD: options.mk,v 1.14 2012/04/21 10:32:47 imil Exp $ +# $NetBSD: options.mk,v 1.15 2012/06/12 15:46:04 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.nginx PKG_SUPPORTED_OPTIONS= dav flv gtools inet6 mail-proxy memcache naxsi pcre \ push realip ssl sub uwsgi image-filter upload debug \ status -PKG_SUGGESTED_OPTIONS= pcre ssl +PKG_SUGGESTED_OPTIONS= inet6 pcre ssl PLIST_VARS+= naxsi uwsgi |