aboutsummaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2018-02-08 18:44:13 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2018-02-08 18:44:13 +0000
commitd0252d09ebfe01465dd073aa6158dee06b3412dd (patch)
tree3ed11360ea88d41e3bd0bdd5c37e21acd60701d4 /chinese
parent882b12878f0ef0899fab12b1778e8eeb7c8754ba (diff)
downloadports-d0252d09ebfe01465dd073aa6158dee06b3412dd.tar.gz
ports-d0252d09ebfe01465dd073aa6158dee06b3412dd.zip
Remove dependency on the python3 symlink
PR: 225752
Notes
Notes: svn path=/head/; revision=461254
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