diff options
author | swills <swills@FreeBSD.org> | 2019-07-01 05:27:42 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2019-07-01 05:27:42 +0800 |
commit | 24c29b3c96b1c5d3bcdc7674c5502847fc30199e (patch) | |
tree | 7a29ce458fb71c73fff1deb574854fecc489fa42 /misc | |
parent | bafce6a493c6b3b04d9321ef408197e4233bc9d4 (diff) | |
download | freebsd-ports-gnome-24c29b3c96b1c5d3bcdc7674c5502847fc30199e.tar.gz freebsd-ports-gnome-24c29b3c96b1c5d3bcdc7674c5502847fc30199e.tar.zst freebsd-ports-gnome-24c29b3c96b1c5d3bcdc7674c5502847fc30199e.zip |
misc/mtail: Restrict to Python 2.7
PR: 238851
Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/mtail/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/mtail/Makefile b/misc/mtail/Makefile index 032a9eb69568..621c30041ab1 100644 --- a/misc/mtail/Makefile +++ b/misc/mtail/Makefile @@ -3,6 +3,7 @@ PORTNAME= mtail PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://matt.immute.net/src/mtail/ @@ -12,7 +13,8 @@ COMMENT= Small tail workalike that performs output coloring LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:run shebangfix tar:tgz +USES= python:2.7,run shebangfix tar:tgz + SHEBANG_FILES= ${WRKSRC}/${PORTNAME} NO_BUILD= yes NO_ARCH= yes |