Date: Tue, 30 Jan 2018 21:53:41 +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: r460443 - head/science/MOOSE-neural-simulator Message-ID: <201801302153.w0ULrfT7034632@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801302153.w0ULrfT7034632>