diff options
author | pi <pi@FreeBSD.org> | 2019-08-12 01:40:24 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2019-08-12 01:40:24 +0800 |
commit | b120d5d9f1e51f6cdb7ad8ab5080496d4e73bc00 (patch) | |
tree | 7ede3e975c0b84303cdf554cb0abe8f30f834a8c | |
parent | 2325e60cf87375baf5d7d115e0ed4996aa09cd4d (diff) | |
download | freebsd-ports-gnome-b120d5d9f1e51f6cdb7ad8ab5080496d4e73bc00.tar.gz freebsd-ports-gnome-b120d5d9f1e51f6cdb7ad8ab5080496d4e73bc00.tar.zst freebsd-ports-gnome-b120d5d9f1e51f6cdb7ad8ab5080496d4e73bc00.zip |
www/ljdump: force use of python 2.7
PR: 239643
Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
Reported by: Victor Sudakov <vas@mpeks.tomsk.su>
MFH: 2019Q3
-rw-r--r-- | www/ljdump/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ljdump/Makefile b/www/ljdump/Makefile index e5f3fe5603b6..c2f23716b2cd 100644 --- a/www/ljdump/Makefile +++ b/www/ljdump/Makefile @@ -3,7 +3,7 @@ PORTNAME= ljdump PORTVERSION= 1.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= http://hewgill.com/ljdump/ @@ -14,7 +14,7 @@ LICENSE= ZLIB PORTSCOUT= skipv:1.5.1 # 1.5.1 is identical to 1.5 + our patches -USES= python:run shebangfix +USES= python:2.7,run shebangfix SHEBANG_FILES= ljdump.py NO_BUILD= yes NO_ARCH= yes |