Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Feb 2018 23:24:13 +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: r461847 - head/math/freemat
Message-ID:  <201802142324.w1ENODrF097351@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Feb 14 23:24:13 2018
New Revision: 461847
URL: https://svnweb.freebsd.org/changeset/ports/461847

Log:
  freemat fails to build with python3

Modified:
  head/math/freemat/Makefile

Modified: head/math/freemat/Makefile
==============================================================================
--- head/math/freemat/Makefile	Wed Feb 14 23:17:48 2018	(r461846)
+++ head/math/freemat/Makefile	Wed Feb 14 23:24:13 2018	(r461847)
@@ -24,7 +24,7 @@ LIB_DEPENDS=	libarpack.so:math/arpack			\
 		libportaudio.so:audio/portaudio		\
 		libumfpack.so:math/suitesparse
 
-USES=		blaslapack cmake:outsource dos2unix fortran pkgconfig python:build
+USES=		blaslapack cmake:outsource dos2unix fortran pkgconfig python:2.7,build
 USE_GL=		yes
 USE_QT4=	gui network opengl svg webkit xml			\
 		moc_build qmake_build rcc_build uic_build



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