svn commit: r470871 - head/graphics/seexpr

Antoine Brodin antoine at FreeBSD.org
Fri May 25 21:46:31 UTC 2018


Author: antoine
Date: Fri May 25 21:46:30 2018
New Revision: 470871
URL: https://svnweb.freebsd.org/changeset/ports/470871

Log:
  - seexpr is not compatible with python3
  - fix build with DEFAULT_VERSIONS=python=3.x

Modified:
  head/graphics/seexpr/Makefile

Modified: head/graphics/seexpr/Makefile
==============================================================================
--- head/graphics/seexpr/Makefile	Fri May 25 21:44:12 2018	(r470870)
+++ head/graphics/seexpr/Makefile	Fri May 25 21:46:30 2018	(r470871)
@@ -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
 


More information about the svn-ports-all mailing list