diff options
author | wiz <wiz@pkgsrc.org> | 2005-05-31 22:04:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-05-31 22:04:06 +0000 |
commit | 09edbf380f3f03251d4a054593338fe20918e348 (patch) | |
tree | ca2e94d1c3c9422f87c327195736c3bec50eac76 /games/xtris | |
parent | 80e3d86e1a40a84c960b63f1806e26322a694f20 (diff) | |
download | pkgsrc-09edbf380f3f03251d4a054593338fe20918e348.tar.gz |
Fix conversion.
Diffstat (limited to 'games/xtris')
-rw-r--r-- | games/xtris/options.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/xtris/options.mk b/games/xtris/options.mk index f519f5d627f..0a5f779e3c9 100644 --- a/games/xtris/options.mk +++ b/games/xtris/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1 2005/05/31 21:47:34 wiz Exp $ +# $NetBSD: options.mk,v 1.2 2005/05/31 22:04:06 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.xtris PKG_SUPPORTED_OPTIONS= inet6 @@ -6,7 +6,5 @@ PKG_SUPPORTED_OPTIONS= inet6 .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Minet6) -CONFIGURE_ARGS+= --enable-ipv6 -.else -CONFIGURE_ARGS+= --disable-ipv6 +CFLAGS+= -DINET6 .endif |