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 e0630ede2675..6307fc6209f8 100644 --- a/math/cadabra2/Makefile +++ b/math/cadabra2/Makefile @@ -18,7 +18,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:noninja dos2unix gettext-runtime gnome localbase:ldflags pkgconfig python:3.4+ sqlite # USES=python picks random python versions +USES= compiler:c++14-lang cmake:noninja dos2unix gettext-runtime gnome localbase:ldflags pkgconfig python:3.7+ sqlite # USES=python picks random python versions USE_GITHUB= yes GH_ACCOUNT= kpeeters DOS2UNIX_FILES= cmake/version.cmake |