mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- seexpr is not compatible with python3
- fix build with DEFAULT_VERSIONS=python=3.x
This commit is contained in:
parent
fff1aa535b
commit
07ff49edd6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=470871
1 changed files with 2 additions and 1 deletions
|
@ -16,9 +16,10 @@ USE_GITHUB= yes
|
|||
GH_ACCOUNT= wdas
|
||||
GH_PROJECT= SeExpr
|
||||
|
||||
USES= bison cmake compiler:c++0x pyqt:4 python
|
||||
USES= bison cmake compiler:c++0x pyqt:4 python:2.7
|
||||
USE_PYQT= gui_build sip_build
|
||||
USE_QT4= moc_build qmake_build rcc_build uic_build gui opengl
|
||||
BINARY_ALIAS= sip=sip-${PYTHON_VER}
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes # https://github.com/wdas/seexpr/issues/40
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue