diff options
-rw-r--r-- | math/py-pystan/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-pystan/Makefile b/math/py-pystan/Makefile index f2dc3daec44a..e1b8bdafa3a6 100644 --- a/math/py-pystan/Makefile +++ b/math/py-pystan/Makefile @@ -13,7 +13,7 @@ COMMENT= PyStan is the Python interface for Stan LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python shebangfix +USES= compiler:c++14-lang python shebangfix USE_PYTHON= autoplist distutils BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cython>0:lang/cython@${PY_FLAVOR} |