summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz>2012-12-16 21:44:40 +0000
committerwiz <wiz>2012-12-16 21:44:40 +0000
commite56b64cb4f621d2a683015cffb38c6d35a738392 (patch)
tree8f29adf22c5d2e21f25c540cf006f3f783629c09 /devel
parent506a8c1a3dde30c88308c6f6b390eb12564c5a9e (diff)
downloadpkgsrc-e56b64cb4f621d2a683015cffb38c6d35a738392.tar.gz
Fix PKGCONFIG_OVERRIDE path, remove REPLACE_PYTHON line for non-existing
file, and bump PKGREVISION for the former.
Diffstat (limited to 'devel')
-rw-r--r--devel/py-gobject3/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/py-gobject3/Makefile b/devel/py-gobject3/Makefile
index 274e47c3e6b..891029b36f0 100644
--- a/devel/py-gobject3/Makefile
+++ b/devel/py-gobject3/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.11 2012/12/04 15:04:44 prlw1 Exp $
+# $NetBSD: Makefile,v 1.12 2012/12/16 21:44:40 wiz Exp $
#
DISTNAME= pygobject-3.4.2
PKGNAME= ${PYPKGPREFIX}-gobject3-3.4.2
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pygobject/3.4/}
EXTRACT_SUFX= .tar.xz
@@ -18,14 +19,12 @@ USE_TOOLS+= pkg-config gmake
GNU_CONFIGURE= yes
CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
-PKGCONFIG_OVERRIDE+= pygobject-3.4.pc.in
+PKGCONFIG_OVERRIDE+= pygobject-3.0.pc.in
PY_PATCHPLIST= yes
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
CONFLICTS+= ${PYPKGPREFIX}-gtk2<2.8.4
CONFLICTS+= ${PYPKGPREFIX}-gobject<2.28.6nb4
-REPLACE_PYTHON+= docs/xsl/fixxref.py.in
-
# needed for tests only
# https://bugzilla.gnome.org/show_bug.cgi?id=685094
.include "../../graphics/cairo/buildlink3.mk"