diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-03 09:14:06 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-03 09:14:06 +0000 |
commit | e5a15a7ad70d589b6096597f3d84ecaebcff08c9 (patch) | |
tree | b7cf9e9960c1bae7dbb22de78f6b2da6946db707 /x11/gtk3 | |
parent | a8be1fb9025e7bcb33e3af034f9b876c65b4f0ef (diff) | |
download | pkgsrc-e5a15a7ad70d589b6096597f3d84ecaebcff08c9.tar.gz |
x11: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
Diffstat (limited to 'x11/gtk3')
-rw-r--r-- | x11/gtk3/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/x11/gtk3/Makefile b/x11/gtk3/Makefile index 4422f91fcc4..8898792c0a9 100644 --- a/x11/gtk3/Makefile +++ b/x11/gtk3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.135 2019/10/10 12:04:13 wiz Exp $ +# $NetBSD: Makefile,v 1.136 2019/11/03 09:14:08 rillig Exp $ DISTNAME= gtk+-3.24.11 PKGNAME= ${DISTNAME:S/gtk/gtk3/} @@ -11,16 +11,16 @@ HOMEPAGE= https://www.gtk.org/ COMMENT= GIMP Toolkit v3 - libraries for building X11 user interfaces LICENSE= gnu-lgpl-v2.1 -USE_PKGLOCALEDIR= yes -USE_TOOLS+= ggrep gmake perl pkg-config bash xgettext msgmerge -USE_LANGUAGES= c c++ -USE_LIBTOOL= yes -PTHREAD_AUTO_VARS= yes -TOOL_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen -TOOL_DEPENDS+= gettext-tools>=0.19.4nb1:../../devel/gettext-tools +USE_PKGLOCALEDIR= yes +USE_TOOLS+= ggrep gmake perl pkg-config bash xgettext msgmerge +USE_LANGUAGES= c c++ +USE_LIBTOOL= yes +PTHREAD_AUTO_VARS= yes +TOOL_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen +TOOL_DEPENDS+= gettext-tools>=0.19.4nb1:../../devel/gettext-tools # There is no logic in gettext.mk to detect the native version of xgettext, # and we do need it to be compiled with Glade support. -_TOOLS_USE_PKGSRC.xgettext=yes +_TOOLS_USE_PKGSRC.xgettext= yes GNU_CONFIGURE= yes # XXX there is a subtle bashism in "configure" or a bug in NetBSD's sh |