summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2018-02-19 11:10:43 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2018-02-19 11:10:43 +0000
commitf7455240e3b2acb3cd4804dac9a3afe2582a0a96 (patch)
tree94eaef37ab07d82e499ae4cafabe202ea2ed0525 /x11-toolkits
parentSimplify MASTER_SITES (diff)
Reduce dependency on the python2 metaport
PR: 225752 Submitted by: Yasuhiro KIMURA
Notes
Notes: svn path=/head/; revision=462307
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/diorite/Makefile2
-rw-r--r--x11-toolkits/py-gnome2/Makefile4
-rw-r--r--x11-toolkits/py-gtk2/Makefile4
3 files changed, 5 insertions, 5 deletions
diff --git a/x11-toolkits/diorite/Makefile b/x11-toolkits/diorite/Makefile
index 4cc8e6866388..ab39b8b8fbe4 100644
--- a/x11-toolkits/diorite/Makefile
+++ b/x11-toolkits/diorite/Makefile
@@ -14,7 +14,7 @@ BUILD_DEPENDS= valac:lang/vala
GH_ACCOUNT= tiliado
-# USES=waf implicity does USES=python:2,build but that is not sufficient
+# USES=waf implicity does USES=python:2.7,build but that is not sufficient
# for shebangfix to know the python version
USES= gnome pkgconfig python:2.7,build shebangfix waf
USE_GITHUB= yes
diff --git a/x11-toolkits/py-gnome2/Makefile b/x11-toolkits/py-gnome2/Makefile
index 8c57587f6555..15d8506a7faf 100644
--- a/x11-toolkits/py-gnome2/Makefile
+++ b/x11-toolkits/py-gnome2/Makefile
@@ -4,7 +4,7 @@
PORTNAME= gnome
PORTVERSION= 2.28.1
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= x11-toolkits python gnome
MASTER_SITES= GNOME/sources/gnome-python/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -21,7 +21,7 @@ OPTIONS_SUB= yes
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/ORBit.so:devel/py-orbit@${FLAVOR}
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/ORBit.so:devel/py-orbit@${FLAVOR}
-USES= gettext gmake libtool:keepla pathfix pkgconfig python:2 tar:bzip2
+USES= gettext gmake libtool:keepla pathfix pkgconfig python:2.7 tar:bzip2
USE_LDCONFIG= yes
USE_GNOME= libgnomeui pygtk2
USE_PYTHON= flavors
diff --git a/x11-toolkits/py-gtk2/Makefile b/x11-toolkits/py-gtk2/Makefile
index ca92ca0ded5f..6d684123d30b 100644
--- a/x11-toolkits/py-gtk2/Makefile
+++ b/x11-toolkits/py-gtk2/Makefile
@@ -4,7 +4,7 @@
PORTNAME= gtk
PORTVERSION= 2.24.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= x11-toolkits python
MASTER_SITES= GNOME/sources/pygtk/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -18,7 +18,7 @@ COMMENT= Set of Python bindings for GTK+
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/cairo/__init__.py:graphics/py-cairo@${FLAVOR}
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cairo/__init__.py:graphics/py-cairo@${FLAVOR}
-USES= gettext gmake libtool pathfix pkgconfig python:2 tar:bzip2
+USES= gettext gmake libtool pathfix pkgconfig python:2.7 tar:bzip2
USE_GNOME= libglade2 pygobject
USE_PYTHON= flavors
GNU_CONFIGURE= yes