diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-05-25 18:33:44 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-05-25 18:33:44 +0000 |
commit | dfe005ee4419ef4241e9eba862431f9b726841db (patch) | |
tree | 85b1fd07b70d3c873159df5a52c11d85b667810b /chinese/sunpinyin | |
parent | Fix build with scons 3.1.2 (diff) |
Update USES=scons to specify scons of Python 2
- While I'm here, convert emulators/gem5 and games/marsnomercy to USES=scons
Notes
Notes:
svn path=/head/; revision=536497
Diffstat (limited to 'chinese/sunpinyin')
-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 b5621f6c4e3b..9bedb7c52bee 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:2.7 scons shebangfix +USES= gmake iconv perl5 pkgconfig python:2.7 scons:python2 shebangfix USE_PERL5= build SHEBANG_FILES= python/*.py LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} |