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/py-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/py-gtk2')
-rw-r--r-- | x11/py-gtk2/Makefile | 10 | ||||
-rw-r--r-- | x11/py-gtk2/options.mk | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/x11/py-gtk2/Makefile b/x11/py-gtk2/Makefile index 2813fed5a84..1cfac4256f7 100644 --- a/x11/py-gtk2/Makefile +++ b/x11/py-gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.121 2019/09/07 04:32:14 gutteridge Exp $ +# $NetBSD: Makefile,v 1.122 2019/11/03 09:14:14 rillig Exp $ DISTNAME= pygtk-2.24.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pygtk/gtk2/} @@ -17,11 +17,11 @@ CONFLICTS= ${PYPKGPREFIX}-gtk<0.6.10 # IOError: [Errno 2] No such file or directory: 'gtk-types.defs' MAKE_JOBS_SAFE= no -USE_LIBTOOL= YES +USE_LIBTOOL= YES PKGCONFIG_OVERRIDE+= pygtk-2.0.pc.in -GNU_CONFIGURE= YES -CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} -USE_TOOLS+= gmake pkg-config +GNU_CONFIGURE= YES +CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} +USE_TOOLS+= gmake pkg-config PY_PATCHPLIST= YES PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 2.24.0 diff --git a/x11/py-gtk2/options.mk b/x11/py-gtk2/options.mk index ba9fd0592bd..6d6c6b0bda3 100644 --- a/x11/py-gtk2/options.mk +++ b/x11/py-gtk2/options.mk @@ -1,7 +1,7 @@ -# $NetBSD: options.mk,v 1.3 2013/07/09 15:49:43 tsutsui Exp $ +# $NetBSD: options.mk,v 1.4 2019/11/03 09:14:14 rillig Exp $ -PKG_OPTIONS_VAR= PKG_OPTIONS.py-gtk2 -PKG_SUPPORTED_OPTIONS= py-numpy +PKG_OPTIONS_VAR= PKG_OPTIONS.py-gtk2 +PKG_SUPPORTED_OPTIONS= py-numpy PKG_SUGGESTED_OPTIONS= # Enable py-numpy (which requires fortran support) by default on # platforms supported by lang/g95. |