diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2019-08-11 17:40:24 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2019-08-11 17:40:24 +0000 |
commit | c692156acffd7cce86d89f9814f7ac90f5249afa (patch) | |
tree | 7ede3e975c0b84303cdf554cb0abe8f30f834a8c /www | |
parent | bb37ab2478b5b3f621692e30819505a63a71999b (diff) | |
download | freebsd-ports-c692156acffd7cce86d89f9814f7ac90f5249afa.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
Diffstat (limited to 'www')
-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 |