svn commit: r460443 - head/science/MOOSE-neural-simulator

Antoine Brodin antoine at FreeBSD.org
Tue Jan 30 21:53:42 UTC 2018


Author: antoine
Date: Tue Jan 30 21:53:41 2018
New Revision: 460443
URL: https://svnweb.freebsd.org/changeset/ports/460443

Log:
  Fix with DEFAULT_VERSIONS=python=3.x

Modified:
  head/science/MOOSE-neural-simulator/Makefile

Modified: head/science/MOOSE-neural-simulator/Makefile
==============================================================================
--- head/science/MOOSE-neural-simulator/Makefile	Tue Jan 30 21:50:16 2018	(r460442)
+++ head/science/MOOSE-neural-simulator/Makefile	Tue Jan 30 21:53:41 2018	(r460443)
@@ -24,7 +24,7 @@ RUN_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}pygraphviz>=0:graphics/py-pygraphviz@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}suds-jurko>=0.4:net/py-suds-jurko@${PY_FLAVOR}
 
-USES=		cmake:outsource fortran gettext-runtime pyqt:4 python
+USES=		cmake:outsource fortran gettext-runtime pyqt:4 python:2.7
 USE_GITHUB=	yes
 GH_ACCOUNT=	BhallaLab
 GH_PROJECT=	moose


More information about the svn-ports-head mailing list