diff options
author | antoine <antoine@FreeBSD.org> | 2018-02-19 19:10:43 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-02-19 19:10:43 +0800 |
commit | 16a04e9b881e61b48e43444a26db1c5e401d7efc (patch) | |
tree | 94eaef37ab07d82e499ae4cafabe202ea2ed0525 /x11-toolkits | |
parent | a7c90a608e4fee40a557fa793e68d2e26c67c1ed (diff) | |
download | freebsd-ports-gnome-16a04e9b881e61b48e43444a26db1c5e401d7efc.tar.gz freebsd-ports-gnome-16a04e9b881e61b48e43444a26db1c5e401d7efc.tar.zst freebsd-ports-gnome-16a04e9b881e61b48e43444a26db1c5e401d7efc.zip |
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/diorite/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/py-gnome2/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/py-gtk2/Makefile | 4 |
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 |