diff options
author | antoine <antoine@FreeBSD.org> | 2018-02-12 23:52:35 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-02-12 23:52:35 +0800 |
commit | 3212e266872a560a8d82eaa71cb17dd1af38fc0b (patch) | |
tree | 0dfdd4cbd2414d850ddd3f6330987a0e9a4e4d54 /sysutils/tren | |
parent | ba7ccc4fb70ee77e1a6afd3267cc0f8875f0903e (diff) | |
download | freebsd-ports-gnome-3212e266872a560a8d82eaa71cb17dd1af38fc0b.tar.gz freebsd-ports-gnome-3212e266872a560a8d82eaa71cb17dd1af38fc0b.tar.zst freebsd-ports-gnome-3212e266872a560a8d82eaa71cb17dd1af38fc0b.zip |
Remove dependency on the python2 metaport
Diffstat (limited to 'sysutils/tren')
-rw-r--r-- | sysutils/tren/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/tren/Makefile b/sysutils/tren/Makefile index 6be372d2e5ca..749b65e5e6aa 100644 --- a/sysutils/tren/Makefile +++ b/sysutils/tren/Makefile @@ -3,7 +3,7 @@ PORTNAME= tren PORTVERSION= 1.242 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils python MASTER_SITES= http://www.tundraware.com/Software/tren/ @@ -15,7 +15,7 @@ LICENSE_NAME= Tren license LICENSE_FILE= ${WRKSRC}/tren-license.txt LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell no-auto-accept -USES= python:2,run shebangfix +USES= python:2.7,run shebangfix SHEBANG_FILES= tren.py PLIST_FILES= bin/tren.py man/man1/tren.1.gz PORTDOCS= WHATSNEW.txt tren-license.txt tren.html tren.pdf tren.ps tren.rst |