diff options
Diffstat (limited to 'math/cadabra2/Makefile')
-rw-r--r-- | math/cadabra2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/cadabra2/Makefile b/math/cadabra2/Makefile index 9bfadd79b70a..b8246dec17dd 100644 --- a/math/cadabra2/Makefile +++ b/math/cadabra2/Makefile @@ -23,7 +23,7 @@ LIB_DEPENDS= ${PY_BOOST} \ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/sympy/__init__.py:math/py-sympy@${PY_FLAVOR} \ ${PYTHON_SITELIBDIR}/matplotlib/__init__.py:math/py-matplotlib@${PY_FLAVOR} -USES= compiler:c++14-lang cmake:outsource dos2unix gettext-runtime gnome localbase:ldflags pkgconfig python:3.4+ sqlite # USES=python picks random python versions +USES= compiler:c++14-lang cmake dos2unix gettext-runtime gnome localbase:ldflags pkgconfig python:3.4+ sqlite # USES=python picks random python versions USE_GITHUB= yes GH_ACCOUNT= kpeeters DOS2UNIX_FILES= cmake/version.cmake |