diff options
Diffstat (limited to 'x11/libXfont/options.mk')
-rw-r--r-- | x11/libXfont/options.mk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11/libXfont/options.mk b/x11/libXfont/options.mk new file mode 100644 index 00000000000..7ff5d204456 --- /dev/null +++ b/x11/libXfont/options.mk @@ -0,0 +1,12 @@ +# $NetBSD: options.mk,v 1.1 2011/11/14 14:07:35 cheusov Exp $ + +PKG_OPTIONS_VAR= PKG_OPTIONS.libXfont +PKG_SUPPORTED_OPTIONS+= inet6 + +.include "../../mk/bsd.options.mk" + +.if !empty(PKG_OPTIONS:Minet6) +CONFIGURE_ARGS+= --enable-ipv6 +.else +CONFIGURE_ARGS+= --disable-ipv6 +.endif |