diff options
author | roy <roy@pkgsrc.org> | 2011-04-19 11:55:56 +0000 |
---|---|---|
committer | roy <roy@pkgsrc.org> | 2011-04-19 11:55:56 +0000 |
commit | 030919a181921122bf208522c64c2cc05f78831f (patch) | |
tree | 245bc4652b06ffe50a2f767dec1717bf86b7dfd2 /devel/gobject-introspection | |
parent | 1116fd638cbe66f3404e72106315ab292d0d936a (diff) | |
download | pkgsrc-030919a181921122bf208522c64c2cc05f78831f.tar.gz |
Use python correctly.
Diffstat (limited to 'devel/gobject-introspection')
-rw-r--r-- | devel/gobject-introspection/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/gobject-introspection/Makefile b/devel/gobject-introspection/Makefile index 4ee9028c8ca..dbf48455878 100644 --- a/devel/gobject-introspection/Makefile +++ b/devel/gobject-introspection/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2011/04/15 17:36:59 drochner Exp $ +# $NetBSD: Makefile,v 1.9 2011/04/19 11:55:56 roy Exp $ # DISTNAME= gobject-introspection-0.10.7 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gobject-introspection/0.10/} EXTRACT_SUFX= .tar.bz2 @@ -22,6 +23,7 @@ USE_TOOLS+= pkg-config flex bison gmake PKGCONFIG_OVERRIDE+= gobject-introspection-1.0.pc.in PKGCONFIG_OVERRIDE+= gobject-introspection-no-export-1.0.pc.in PYTHON_VERSIONS_ACCEPTED= 27 26 25 +REPLACE_PYTHON+= giscanner/*.py SUBST_CLASSES+= timet SUBST_STAGE.timet= pre-configure @@ -42,5 +44,6 @@ TEST_TARGET= check .include "../../devel/glib2/buildlink3.mk" .include "../../devel/libffi/buildlink3.mk" .include "../../graphics/cairo/buildlink3.mk" +.include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" |