From 07ff49edd6642bcd9039e9fa4038dbc97f1100cb Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Fri, 25 May 2018 21:46:30 +0000 Subject: [PATCH] - seexpr is not compatible with python3 - fix build with DEFAULT_VERSIONS=python=3.x --- graphics/seexpr/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/graphics/seexpr/Makefile b/graphics/seexpr/Makefile index 9f9c7722e04b..cb0f7973edaf 100644 --- a/graphics/seexpr/Makefile +++ b/graphics/seexpr/Makefile @@ -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