diff options
Diffstat (limited to 'x11/x11vnc')
-rw-r--r-- | x11/x11vnc/options.mk | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/x11/x11vnc/options.mk b/x11/x11vnc/options.mk index 5294ae24c51..a4070cc9102 100644 --- a/x11/x11vnc/options.mk +++ b/x11/x11vnc/options.mk @@ -1,9 +1,9 @@ -# $NetBSD: options.mk,v 1.3 2012/10/23 10:24:21 wiz Exp $ +# $NetBSD: options.mk,v 1.4 2012/11/08 10:43:50 sborrill Exp $ # PKG_OPTIONS_VAR= PKG_OPTIONS.x11vnc -PKG_SUPPORTED_OPTIONS= avahi x11 -PKG_SUGGESTED_OPTIONS= x11 +PKG_SUPPORTED_OPTIONS= avahi inet6 x11 +PKG_SUGGESTED_OPTIONS= inet6 x11 .include "../../mk/bsd.options.mk" @@ -14,6 +14,10 @@ CONFIGURE_ARGS+= --with-avahi=${BUILDLINK_PREFIX.avahi} CONFIGURE_ARGS+= --without-avahi .endif +.if empty(PKG_OPTIONS:Minet6) +CONFIGURE_ARGS+= --without-ipv6 +.endif + .if !empty(PKG_OPTIONS:Mx11) CONFIGURE_ARGS+= --with-x BUILDLINK_DEPMETHOD.libXt?= build |