diff options
author | obache <obache@pkgsrc.org> | 2010-11-25 01:16:39 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-11-25 01:16:39 +0000 |
commit | 696e877d9b361b2410cea675d51d78e51bdeae7d (patch) | |
tree | c8f36e4e3070f1c56db9626062d21a35dac07758 /multimedia/totem/Makefile.common | |
parent | 216d7fc564b0bbe8d67b85c9787a0dc8cc12feb2 (diff) | |
download | pkgsrc-696e877d9b361b2410cea675d51d78e51bdeae7d.tar.gz |
Exactly disable vala.
Bump PKGREVISION.
Diffstat (limited to 'multimedia/totem/Makefile.common')
-rw-r--r-- | multimedia/totem/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/totem/Makefile.common b/multimedia/totem/Makefile.common index 51738eafbee..099e98243f0 100644 --- a/multimedia/totem/Makefile.common +++ b/multimedia/totem/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.59 2010/11/24 20:55:28 drochner Exp $ +# $NetBSD: Makefile.common,v 1.60 2010/11/25 01:16:39 obache Exp $ # # used by multimedia/totem-browser-plugin/Makefile # used by multimedia/totem-nautilus/Makefile @@ -26,6 +26,8 @@ GCONF_SCHEMAS= totem.schemas GCONF_SCHEMAS+= totem-handlers.schemas GCONF_SCHEMAS+= totem-video-thumbnail.schemas +CONFIGURE_ARGS+= --enable-vala=no + .include "../../lang/python/application.mk" .include "../../x11/py-gtk2/buildlink3.mk" .include "../../www/py-gdata/buildlink3.mk" |