summaryrefslogtreecommitdiff
path: root/wm/i3
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-04 21:50:15 +0000
committerrillig <rillig@pkgsrc.org>2019-11-04 21:50:15 +0000
commitd889e73ea365ea2b6518dcb7ee1a4cf5cacfbbbb (patch)
treef5c277fa86e76ff8a7479959cf37006887f5e5a2 /wm/i3
parent677e9a4c14a2682ef0e190aee0c4c5110d8ebc23 (diff)
downloadpkgsrc-d889e73ea365ea2b6518dcb7ee1a4cf5cacfbbbb.tar.gz
wm: align variable assignments
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Diffstat (limited to 'wm/i3')
-rw-r--r--wm/i3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/i3/Makefile b/wm/i3/Makefile
index 18564014e5d..d4632a4b116 100644
--- a/wm/i3/Makefile
+++ b/wm/i3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2019/10/06 12:12:05 nia Exp $
+# $NetBSD: Makefile,v 1.32 2019/11/04 21:50:16 rillig Exp $
DISTNAME= i3-4.17.1
CATEGORIES= wm
@@ -14,7 +14,7 @@ GNU_CONFIGURE= yes
USE_TOOLS+= gmake bison lex yacc pkg-config perl:run
USE_LANGUAGES= c99
-CONFIGURE_ARGS+=--disable-builddir
+CONFIGURE_ARGS+= --disable-builddir
LDFLAGS.SunOS+= -lgen -liconv -lsocket