Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jul 2018 10:00:59 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r474573 - head/graphics/seexpr
Message-ID:  <201807131000.w6DA0xZr082220@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807131000.w6DA0xZr082220>