summaryrefslogtreecommitdiff
path: root/multimedia/totem
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-03 17:11:59 +0000
committerrillig <rillig@pkgsrc.org>2019-11-03 17:11:59 +0000
commita5388c1842a0443d90a11e6ff6e96d26fb7ee265 (patch)
tree9454a2ba199c50f4b1b1f154e141f0e4b4accb15 /multimedia/totem
parent575e1746162afa0bdf65141775da50fd5ae1f6e6 (diff)
downloadpkgsrc-a5388c1842a0443d90a11e6ff6e96d26fb7ee265.tar.gz
multimedia: align variable assignments
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Diffstat (limited to 'multimedia/totem')
-rw-r--r--multimedia/totem/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/totem/Makefile.common b/multimedia/totem/Makefile.common
index c2e20d0ed5c..33ea372b08f 100644
--- a/multimedia/totem/Makefile.common
+++ b/multimedia/totem/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.70 2019/09/02 13:20:10 adam Exp $
+# $NetBSD: Makefile.common,v 1.71 2019/11/03 17:12:04 rillig Exp $
#
# used by multimedia/totem-browser-plugin/Makefile
# used by multimedia/totem-nautilus/Makefile
@@ -28,7 +28,7 @@ GCONF_SCHEMAS+= totem-video-thumbnail.schemas
CONFIGURE_ARGS+= --enable-vala=no
-PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2, py-gdata
+PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2, py-gdata
.include "../../lang/python/application.mk"
.include "../../x11/py-gtk2/buildlink3.mk"