diff options
author | wiz <wiz@pkgsrc.org> | 2005-05-31 22:02:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-05-31 22:02:58 +0000 |
commit | 3e03603ef1454554880b3a6848987ad534069d09 (patch) | |
tree | be88805c7baea87e2925cd966c503e5f8a76a5c9 /games/netris | |
parent | 9eb11aaaacb16d73f268920c185d84d701adac33 (diff) | |
download | pkgsrc-3e03603ef1454554880b3a6848987ad534069d09.tar.gz |
Whitespace consistency.
Diffstat (limited to 'games/netris')
-rw-r--r-- | games/netris/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/netris/options.mk b/games/netris/options.mk index a50a239eefa..13448c5e7c1 100644 --- a/games/netris/options.mk +++ b/games/netris/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1 2005/05/31 21:46:06 wiz Exp $ +# $NetBSD: options.mk,v 1.2 2005/05/31 22:02:58 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.netris PKG_SUPPORTED_OPTIONS= inet6 @@ -6,7 +6,7 @@ PKG_SUPPORTED_OPTIONS= inet6 .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Minet6) -CONFIGURE_ARGS+= --enable-ipv6 +CONFIGURE_ARGS+= --enable-ipv6 .else CONFIGURE_ARGS+= --disable-ipv6 .endif |