1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00

- Limit python version, fails to build with python3:

--- src/htmlparser/htmlparser_fsm.h ---
  File "./src/htmlparser/generate_fsm.py", line 309
    print '\n'.join((self._CreateHeader(),
             ^
SyntaxError: invalid syntax

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2018-02-07 16:33:14 +00:00
parent 03a6409b05
commit 51dea5804d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=461154

View File

@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
OPTIONS_DEFINE= DOCS
USES= libtool pathfix pkgconfig python shebangfix
USES= libtool pathfix pkgconfig python:2.7 shebangfix
GNU_CONFIGURE= yes
SHEBANG_FILES= src/template-converter src/htmlparser/generate_fsm.py src/htmlparser/fsm_config.py
USE_LDCONFIG= yes