summaryrefslogtreecommitdiff
path: root/devel/at-spi2-atk
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-03 10:39:04 +0000
committerrillig <rillig@pkgsrc.org>2019-11-03 10:39:04 +0000
commit9959c7f72f02bc48af637ad0304db4eebf7cc3cd (patch)
treeea0565acc58fb990fc3eb929809360b2ab62f357 /devel/at-spi2-atk
parent087f64293d4b805ab86f0cd7079ddf7651f52ca0 (diff)
downloadpkgsrc-9959c7f72f02bc48af637ad0304db4eebf7cc3cd.tar.gz
devel: align variable assignments
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Diffstat (limited to 'devel/at-spi2-atk')
-rw-r--r--devel/at-spi2-atk/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/at-spi2-atk/Makefile b/devel/at-spi2-atk/Makefile
index 31e0d022349..822ad15d526 100644
--- a/devel/at-spi2-atk/Makefile
+++ b/devel/at-spi2-atk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2019/10/25 03:43:16 ryoon Exp $
+# $NetBSD: Makefile,v 1.26 2019/11/03 10:39:05 rillig Exp $
DISTNAME= at-spi2-atk-2.33.2
CATEGORIES= devel gnome
@@ -12,8 +12,8 @@ LICENSE= gnu-lgpl-v2
USE_TOOLS+= pkg-config
-PKGCONFIG_OVERRIDE= output/meson-private/atk-bridge-2.0.pc
-PKGCONFIG_OVERRIDE_STAGE=pre-install
+PKGCONFIG_OVERRIDE= output/meson-private/atk-bridge-2.0.pc
+PKGCONFIG_OVERRIDE_STAGE= pre-install
BUILDLINK_API_DEPENDS.atk+= atk>=2.33.3
.include "../../devel/atk/buildlink3.mk"