aboutsummaryrefslogtreecommitdiffstats
path: root/chinese
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2018-02-09 02:44:13 +0800
committerantoine <antoine@FreeBSD.org>2018-02-09 02:44:13 +0800
commit36a9851640cd8b48995c85a3caf42e5d605d4400 (patch)
tree3ed11360ea88d41e3bd0bdd5c37e21acd60701d4 /chinese
parenta060b2b4eb3bc799a1aa7ace96b6db0ebf7b8bdf (diff)
downloadfreebsd-ports-gnome-36a9851640cd8b48995c85a3caf42e5d605d4400.tar.gz
freebsd-ports-gnome-36a9851640cd8b48995c85a3caf42e5d605d4400.tar.zst
freebsd-ports-gnome-36a9851640cd8b48995c85a3caf42e5d605d4400.zip
Remove dependency on the python3 symlink
PR: 225752
Diffstat (limited to 'chinese')
-rw-r--r--chinese/gydict/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/chinese/gydict/Makefile b/chinese/gydict/Makefile
index 23d6de4c1689..a05b292512d8 100644
--- a/chinese/gydict/Makefile
+++ b/chinese/gydict/Makefile
@@ -4,6 +4,7 @@
PORTNAME= gydict
PORTVERSION= 1.0
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= chinese textproc python
MAINTAINER= chihhsin@cs.nctu.edu.tw
@@ -11,7 +12,8 @@ COMMENT= Command line tool of Yahoo! Dictionary
LICENSE= MIT
-USES= python:run,3
+USES= python:3.4+,run shebangfix
+SHEBANG_FILES= gydict.py
USE_GITHUB= yes
GH_ACCOUNT= iamgyz