diff options
author | antoine <antoine@FreeBSD.org> | 2018-02-18 21:20:29 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-02-18 21:20:29 +0800 |
commit | a3b28744c73dfd83f14d1263f52afdbe39487d77 (patch) | |
tree | 7c84241dbe4eeda79e9eb7581542179b57b82064 /irc | |
parent | d3f16732a66778b65a94f996bf7d125510e6e4d4 (diff) | |
download | freebsd-ports-gnome-a3b28744c73dfd83f14d1263f52afdbe39487d77.tar.gz freebsd-ports-gnome-a3b28744c73dfd83f14d1263f52afdbe39487d77.tar.zst freebsd-ports-gnome-a3b28744c73dfd83f14d1263f52afdbe39487d77.zip |
Clean up some USES=python
PR: 225752
Submitted by: Yasuhiro KIMURA
Diffstat (limited to 'irc')
-rw-r--r-- | irc/insub/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/insub/Makefile b/irc/insub/Makefile index 30047a72960b..7b4b1f203c52 100644 --- a/irc/insub/Makefile +++ b/irc/insub/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= cowsay:games/cowsay \ USE_GITHUB= yes GH_ACCOUNT= cjones -USES= perl5 python:2.5+ shebangfix +USES= perl5 python shebangfix SHEBANG_FILES= insub.py USE_PERL5= run NO_BUILD= yes |