summaryrefslogtreecommitdiff
path: root/misc/orca
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-03 17:04:19 +0000
committerrillig <rillig@pkgsrc.org>2019-11-03 17:04:19 +0000
commit575e1746162afa0bdf65141775da50fd5ae1f6e6 (patch)
treeb731aa7ec36381a5bf4b7c0c43332950fe0b1ed0 /misc/orca
parent41e26064d0211e40509252cb590013faf4ba0836 (diff)
downloadpkgsrc-575e1746162afa0bdf65141775da50fd5ae1f6e6.tar.gz
misc: align variable assignments
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Diffstat (limited to 'misc/orca')
-rw-r--r--misc/orca/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/orca/Makefile b/misc/orca/Makefile
index a37aca79892..3d5277c4c0f 100644
--- a/misc/orca/Makefile
+++ b/misc/orca/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2019/09/02 13:19:44 adam Exp $
+# $NetBSD: Makefile,v 1.46 2019/11/03 17:04:25 rillig Exp $
DISTNAME= orca-2.32.1
PKGREVISION= 2
@@ -23,15 +23,15 @@ DEPENDS+= ${PYPKGPREFIX}-cairo-[0-9]*:../../graphics/py-cairo
DEPENDS+= gnome-speech>=0.4.25:../../audio/gnome-speech
DEPENDS+= gnome-mag>=0.16.2:../../x11/gnome-mag
-GNU_CONFIGURE= yes
-USE_LIBTOOL= yes
-USE_TOOLS+= intltool pkg-config gmake msgfmt
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= intltool pkg-config gmake msgfmt
USE_PKGLOCALEDIR= yes
CONFIGURE_ENV+= PYTHON=${PYTHONBIN}
PY_PATCHPLIST= yes
-PYTHON_VERSIONS_ACCEPTED= 27 # py-ORBit, py-gnome2, py-gtk2
+PYTHON_VERSIONS_ACCEPTED= 27 # py-ORBit, py-gnome2, py-gtk2
.include "../../mk/bsd.prefs.mk"
.if ${X11_TYPE} == "modular" || !exists(${X11BASE}/bin/xmodmap)