diff options
Diffstat (limited to 'graphics/seexpr/Makefile')
-rw-r--r-- | graphics/seexpr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/seexpr/Makefile b/graphics/seexpr/Makefile index cb0f7973edaf..67ef4da9b8a0 100644 --- a/graphics/seexpr/Makefile +++ b/graphics/seexpr/Makefile @@ -16,9 +16,9 @@ USE_GITHUB= yes GH_ACCOUNT= wdas GH_PROJECT= SeExpr -USES= bison cmake compiler:c++0x pyqt:4 python:2.7 +USES= bison cmake compiler:c++0x pyqt:4 python qt:4 USE_PYQT= gui_build sip_build -USE_QT4= moc_build qmake_build rcc_build uic_build gui opengl +USE_QT= 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 |