svn commit: r474573 - head/graphics/seexpr
Antoine Brodin
antoine at FreeBSD.org
Fri Jul 13 10:01:00 UTC 2018
Author: antoine
Date: Fri Jul 13 10:00:59 2018
New Revision: 474573
URL: https://svnweb.freebsd.org/changeset/ports/474573
Log:
seexpr is not compatible with python3
Modified:
head/graphics/seexpr/Makefile
Modified: head/graphics/seexpr/Makefile
==============================================================================
--- head/graphics/seexpr/Makefile Fri Jul 13 09:56:57 2018 (r474572)
+++ head/graphics/seexpr/Makefile Fri Jul 13 10:00:59 2018 (r474573)
@@ -16,7 +16,7 @@ USE_GITHUB= yes
GH_ACCOUNT= wdas
GH_PROJECT= SeExpr
-USES= bison cmake compiler:c++0x pyqt:4 python qt:4
+USES= bison cmake compiler:c++0x pyqt:4 python:2.7 qt:4
USE_PYQT= gui_build sip_build
USE_QT= moc_build qmake_build rcc_build uic_build gui opengl
BINARY_ALIAS= sip=sip-${PYTHON_VER}
More information about the svn-ports-all
mailing list