diff options
author | rillig <rillig@pkgsrc.org> | 2016-07-09 10:22:29 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2016-07-09 10:22:29 +0000 |
commit | e2514a49e4076c33d3c21186c7dcae4d30f12505 (patch) | |
tree | dc1da11701d0b1074065d76dbf9fd142979c9ca4 /x11/pixman | |
parent | 5b410dda3cc8934ffc872e580b4ceed4535f357e (diff) | |
download | pkgsrc-e2514a49e4076c33d3c21186c7dcae4d30f12505.tar.gz |
Let pkglint fix warnings about indentation and alignment.
Diffstat (limited to 'x11/pixman')
-rw-r--r-- | x11/pixman/Makefile | 4 | ||||
-rw-r--r-- | x11/pixman/builtin.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/pixman/Makefile b/x11/pixman/Makefile index 39566696fc0..76b32512668 100644 --- a/x11/pixman/Makefile +++ b/x11/pixman/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2016/07/09 06:39:17 wiz Exp $ +# $NetBSD: Makefile,v 1.64 2016/07/09 10:22:29 rillig Exp $ DISTNAME= pixman-0.34.0 PKGREVISION= 1 @@ -13,7 +13,7 @@ LICENSE= mit GNU_CONFIGURE= yes .if ${MACHINE_ARCH} == i386 -CONFIGURE_ARGS += --disable-sse2 +CONFIGURE_ARGS+= --disable-sse2 .endif USE_LIBTOOL= yes diff --git a/x11/pixman/builtin.mk b/x11/pixman/builtin.mk index 7c6431e592c..cefc55f10d2 100644 --- a/x11/pixman/builtin.mk +++ b/x11/pixman/builtin.mk @@ -1,6 +1,6 @@ -# $NetBSD: builtin.mk,v 1.8 2014/12/15 11:46:36 jperkin Exp $ +# $NetBSD: builtin.mk,v 1.9 2016/07/09 10:22:29 rillig Exp $ -BUILTIN_PKG:= pixman +BUILTIN_PKG:= pixman PKGCONFIG_FILE.pixman= ${X11BASE}/lib/pkgconfig/pixman-1.pc PKGCONFIG_FILE.pixman+= ${X11BASE}/lib${LIBABISUFFIX}/pkgconfig/pixman-1.pc |