diff options
Diffstat (limited to 'multimedia/totem/Makefile.common')
-rw-r--r-- | multimedia/totem/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/totem/Makefile.common b/multimedia/totem/Makefile.common index 240f80b09b4..b6a95282fcc 100644 --- a/multimedia/totem/Makefile.common +++ b/multimedia/totem/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.63 2015/12/05 21:25:51 adam Exp $ +# $NetBSD: Makefile.common,v 1.64 2016/07/09 13:03:57 wiz 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_INCOMPATIBLE= 33 34 35 # py-gtk2, py-gdata +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2, py-gdata .include "../../lang/python/application.mk" .include "../../x11/py-gtk2/buildlink3.mk" |