diff options
author | obache <obache@pkgsrc.org> | 2013-06-11 08:00:40 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-06-11 08:00:40 +0000 |
commit | 0f181c9987c65538035e2d05c0324a79db4850aa (patch) | |
tree | a90174c9aa1a625e2ddbc00375046b4331b503fe /graphics | |
parent | e1547da3fbed60b6e38cd74d302b3df22b4f0594 (diff) | |
download | pkgsrc-0f181c9987c65538035e2d05c0324a79db4850aa.tar.gz |
provide faked `python' and exactly disable python support.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/goocanvas2/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/goocanvas2/Makefile b/graphics/goocanvas2/Makefile index bc859a9aa5a..4cfb5cdaa6d 100644 --- a/graphics/goocanvas2/Makefile +++ b/graphics/goocanvas2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/06/09 13:25:14 obache Exp $ +# $NetBSD: Makefile,v 1.2 2013/06/11 08:00:40 obache Exp $ # DISTNAME= goocanvas-2.0.1 @@ -18,6 +18,9 @@ USE_PKGLOCALEDIR= yes PKGCONFIG_OVERRIDE+= goocanvas-2.0.pc.in +TOOLS_NOOP+= python +CONFIGURE_ARGS+= --enable-python=no + BUILDLINK_API_DEPENDS.glib2+= glib2>=2.28.0 .include "../../devel/glib2/buildlink3.mk" BUILDLINK_DEPMETHOD.gobject-introspection+= build |