diff options
author | joerg <joerg> | 2010-02-09 21:15:34 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-02-09 21:15:34 +0000 |
commit | 62fc18ad4c60d6470fb79030471bd559db3c07a1 (patch) | |
tree | 95694c399fef6b933ccccac0fddad046da9fb6b0 /www/nginx | |
parent | 450d0be9dd16de6271e8aac017517f969d012b14 (diff) | |
download | pkgsrc-62fc18ad4c60d6470fb79030471bd559db3c07a1.tar.gz |
No negative form of --with-ipv6.
Diffstat (limited to 'www/nginx')
-rw-r--r-- | www/nginx/options.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/nginx/options.mk b/www/nginx/options.mk index eaf2c28a572..0ae1e917114 100644 --- a/www/nginx/options.mk +++ b/www/nginx/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.5 2010/02/08 16:11:54 joerg Exp $ +# $NetBSD: options.mk,v 1.6 2010/02/09 21:15:34 joerg Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.nginx PKG_SUPPORTED_OPTIONS= ssl pcre dav flv sub gtools mail-proxy memcache \ @@ -50,8 +50,6 @@ CONFIGURE_ARGS+= --with-http_realip_module .if !empty(PKG_OPTIONS:Minet6) CONFIGURE_ARGS+= --with-ipv6 -.else -CONFIGURE_ARGS+= --without-ipv6 .endif .if !empty(PKG_OPTIONS:Muwsgi) |