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/gtk2 | |
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/gtk2')
-rw-r--r-- | x11/gtk2/Makefile | 4 | ||||
-rw-r--r-- | x11/gtk2/options.mk | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/x11/gtk2/Makefile b/x11/gtk2/Makefile index dcbf68a0ae1..3a480e683e7 100644 --- a/x11/gtk2/Makefile +++ b/x11/gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.310 2019/09/02 13:20:15 adam Exp $ +# $NetBSD: Makefile,v 1.311 2019/11/03 09:14:08 rillig Exp $ DISTNAME= gtk+-2.24.32 PKGNAME= ${DISTNAME:S/gtk/gtk2/} @@ -62,7 +62,7 @@ CONFIGURE_ARGS.Darwin+= --disable-visibility CPPFLAGS+= -DPREFIX="\"${PREFIX}\"" -#SUBST_CLASSES+= pthread +#SUBST_CLASSES+= pthread #SUBST_STAGE.pthread= pre-configure #SUBST_MESSAGE.pthread= Fixing pthread flags. #SUBST_SED.pthread= -e 's,__PTHREAD_FLAGS__,${BUILDLINK_LDFLAGS.pthread},g' diff --git a/x11/gtk2/options.mk b/x11/gtk2/options.mk index b079d6be24a..6e73cb7c15f 100644 --- a/x11/gtk2/options.mk +++ b/x11/gtk2/options.mk @@ -1,7 +1,7 @@ -# $NetBSD: options.mk,v 1.17 2019/09/08 14:29:25 nia Exp $ +# $NetBSD: options.mk,v 1.18 2019/11/03 09:14:08 rillig Exp $ -PKG_OPTIONS_VAR= PKG_OPTIONS.gtk2 -PKG_SUPPORTED_OPTIONS= cups debug +PKG_OPTIONS_VAR= PKG_OPTIONS.gtk2 +PKG_SUPPORTED_OPTIONS= cups debug PKG_OPTIONS_REQUIRED_GROUPS= gdk-target PKG_OPTIONS_GROUP.gdk-target= x11 .if exists(/System/Library/Frameworks/Quartz.framework) |