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-gnome2 | |
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-gnome2')
-rw-r--r-- | x11/py-gnome2/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11/py-gnome2/Makefile b/x11/py-gnome2/Makefile index 6b8ea4265d5..6bfff70f55d 100644 --- a/x11/py-gnome2/Makefile +++ b/x11/py-gnome2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.123 2019/09/02 13:20:15 adam Exp $ +# $NetBSD: Makefile,v 1.124 2019/11/03 09:14:14 rillig Exp $ DISTNAME= gnome-python-2.28.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/gnome-python/gnome2/} @@ -11,14 +11,14 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.gnome.org/ COMMENT= Python binding for GNOME2 -PY_PATCHPLIST= YES -USE_LIBTOOL= YES +PY_PATCHPLIST= YES +USE_LIBTOOL= YES PKGCONFIG_OVERRIDE+= gnome-python-2.0.pc.in -GNU_CONFIGURE= YES -CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} +GNU_CONFIGURE= YES +CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} USE_TOOLS+= pkg-config gmake -PYTHON_VERSIONS_ACCEPTED= 27 # py-ORBit, py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # py-ORBit, py-gtk2 BUILDLINK_TRANSFORM.SunOS+= rm:-std=c9x |