diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-11 16:54:20 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-11 16:54:20 +0000 |
commit | 1d00aa2b00e092386a9279e5dd9acc7b362b605a (patch) | |
tree | 1bd1a4476491ef32afe3f13e01c9056a28435cc3 /chinese | |
parent | 51d66dd104bf4cc7fd044764b8510e58e10ed84d (diff) | |
download | ports-1d00aa2b00e092386a9279e5dd9acc7b362b605a.tar.gz ports-1d00aa2b00e092386a9279e5dd9acc7b362b605a.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/sunpinyin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/sunpinyin/Makefile b/chinese/sunpinyin/Makefile index 6d77f3a39ffa..b5621f6c4e3b 100644 --- a/chinese/sunpinyin/Makefile +++ b/chinese/sunpinyin/Makefile @@ -21,7 +21,7 @@ GH_TAGNAME= a8bd811 MAKE_ARGS+= --prefix=${PREFIX} USE_LDCONFIG= yes -USES= gmake iconv perl5 pkgconfig python scons shebangfix +USES= gmake iconv perl5 pkgconfig python:2.7 scons shebangfix USE_PERL5= build SHEBANG_FILES= python/*.py LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} |