summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorroy <roy@pkgsrc.org>2011-04-19 11:55:56 +0000
committerroy <roy@pkgsrc.org>2011-04-19 11:55:56 +0000
commit79fc1933ed076b0b55a68be3e3492731092a9695 (patch)
tree245bc4652b06ffe50a2f767dec1717bf86b7dfd2 /devel
parent05ea8ad30052cca672142c00e59a30978221673b (diff)
downloadpkgsrc-79fc1933ed076b0b55a68be3e3492731092a9695.tar.gz
Use python correctly.
Diffstat (limited to 'devel')
-rw-r--r--devel/gobject-introspection/Makefile5
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"