diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-03 11:45:28 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-03 11:45:28 +0000 |
commit | 6d1d2ca41e824dc78d236dd7507b72a54ede5a88 (patch) | |
tree | 97ee76f3981200121bbba776c699b2cf57cc3af5 /net/SDL2_net | |
parent | c541c77da9d5d98e1ba6000a10bd6ad0d291105c (diff) | |
download | pkgsrc-6d1d2ca41e824dc78d236dd7507b72a54ede5a88.tar.gz |
net: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
Diffstat (limited to 'net/SDL2_net')
-rw-r--r-- | net/SDL2_net/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/SDL2_net/options.mk b/net/SDL2_net/options.mk index e3a9bd9eb99..375922c1b38 100644 --- a/net/SDL2_net/options.mk +++ b/net/SDL2_net/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1 2014/02/02 15:56:29 rodent Exp $ +# $NetBSD: options.mk,v 1.2 2019/11/03 11:45:29 rillig Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.SDL2_net PKG_SUPPORTED_OPTIONS= static tests @@ -9,7 +9,7 @@ PKG_SUGGESTED_OPTIONS+= static .if !empty(PKG_OPTIONS:Mstatic) CONFIGURE_ARGS+= --enable-static=yes .else -CONFIGURE_ARGS+= --enable-static=no +CONFIGURE_ARGS+= --enable-static=no .endif .if !empty(PKG_OPTIONS:Mtests) |