summaryrefslogtreecommitdiffstats
path: root/devel/py-gobject3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-gobject3/Makefile')
-rw-r--r--devel/py-gobject3/Makefile14
1 files changed, 10 insertions, 4 deletions
diff --git a/devel/py-gobject3/Makefile b/devel/py-gobject3/Makefile
index 0809cccc9..88960e66c 100644
--- a/devel/py-gobject3/Makefile
+++ b/devel/py-gobject3/Makefile
@@ -3,7 +3,7 @@
# $MCom: ports/trunk/devel/py-gobject3/Makefile 17268 2013-04-01 05:13:11Z marcus $
PORTNAME= gobject
-PORTVERSION= 3.8.0
+PORTVERSION= 3.8.1
CATEGORIES= devel python
MASTER_SITES= GNOME
MASTER_SITE_SUBDIR= sources/pygobject/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -28,13 +28,19 @@ USE_XZ= yes
USE_GMAKE= yes
USES= pathfix pkgconfig
USE_GNOME= glib20
-USE_PYTHON= 2.5+
+USE_PYTHON= 2.6+
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
# this port doesn't work with py-gobject < 2.28.6_2, clungle below
CONFLICTS= py*-gtk-0* py*-gobject-2.*.[0-6] py*-gobject-2.*.[7-9] \
py*-gobject-2.*.6_1
-PLIST_SUB= PYTHON_VER="${PYTHON_VER}"
-.include <bsd.port.mk>
+PLIST_SUB= PYTHON_VER="${PYTHON_VER}" ARCH=${ARCH} UNAME_R=${UNAME_R} \
+ VERSION=${PORTVERSION}
+
+.include <bsd.port.pre.mk>
+
+UNAME_R!= ${UNAME} -r
+
+.include <bsd.port.post.mk>