summaryrefslogtreecommitdiff
path: root/x11/libXft
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-03 09:14:06 +0000
committerrillig <rillig@pkgsrc.org>2019-11-03 09:14:06 +0000
commite5a15a7ad70d589b6096597f3d84ecaebcff08c9 (patch)
treeb7cf9e9960c1bae7dbb22de78f6b2da6946db707 /x11/libXft
parenta8be1fb9025e7bcb33e3af034f9b876c65b4f0ef (diff)
downloadpkgsrc-e5a15a7ad70d589b6096597f3d84ecaebcff08c9.tar.gz
x11: align variable assignments
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Diffstat (limited to 'x11/libXft')
-rw-r--r--x11/libXft/builtin.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/libXft/builtin.mk b/x11/libXft/builtin.mk
index af4262fd52a..e14e466954e 100644
--- a/x11/libXft/builtin.mk
+++ b/x11/libXft/builtin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.2 2013/06/07 17:43:40 dholland Exp $
+# $NetBSD: builtin.mk,v 1.3 2019/11/03 09:14:11 rillig Exp $
BUILTIN_PKG:= libXft
@@ -18,7 +18,7 @@ IS_BUILTIN.libXft= yes
IS_BUILTIN.libXft= no
. endif
.endif
-MAKEVARS+= IS_BUILTIN.libXft
+MAKEVARS+= IS_BUILTIN.libXft
###
### If there is a built-in implementation, then set BUILTIN_PKG.<pkg> to
@@ -40,7 +40,7 @@ BUILTIN_VERSION.libXft!= \
${H_XFT2}
BUILTIN_PKG.libXft= libXft-${BUILTIN_VERSION.libXft}
.endif
-MAKEVARS+= BUILTIN_PKG.libXft
+MAKEVARS+= BUILTIN_PKG.libXft
###
### Determine whether we should use the built-in implementation if it
@@ -68,7 +68,7 @@ USE_BUILTIN.libXft!= \
. endif
. endif # PREFER.libXft
.endif
-MAKEVARS+= USE_BUILTIN.libXft
+MAKEVARS+= USE_BUILTIN.libXft
###
### The section below only applies if we are not including this file