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 /news | |
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 'news')
-rw-r--r-- | news/hellanzb/Makefile | 4 | ||||
-rw-r--r-- | news/xpn/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/news/hellanzb/Makefile b/news/hellanzb/Makefile index f3c65ef2fd03..c17f62b78216 100644 --- a/news/hellanzb/Makefile +++ b/news/hellanzb/Makefile @@ -3,7 +3,7 @@ PORTNAME= hellanzb PORTVERSION= 0.13 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= news MASTER_SITES= http://www.hellanzb.com/distfiles/ @@ -20,7 +20,7 @@ RUN_DEPENDS= par2:archivers/par2cmdline \ mac:audio/mac USE_PYTHON= distutils -USES= python:2 +USES= python:2.7 PORTDOCS= CHANGELOG CREDITS README NO_ARCH= yes diff --git a/news/xpn/Makefile b/news/xpn/Makefile index 6ad91e8fdfb8..67b76550cdd1 100644 --- a/news/xpn/Makefile +++ b/news/xpn/Makefile @@ -3,7 +3,7 @@ PORTNAME= xpn PORTVERSION= 1.2.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= news python MASTER_SITES= http://xpn.altervista.org/codice/ @@ -21,7 +21,7 @@ SHEBANG_FILES= ${XPN} SUB_FILES= ${PORTNAME} SUB_LIST= PYTHON_CMD=${PYTHON_CMD} XPN=${XPN} -USES= gettext python:2 shebangfix +USES= gettext python:2.7 shebangfix XPN= ${PORTNAME}.py |