diff options
Diffstat (limited to 'math/py-pyodeint/Makefile')
-rw-r--r-- | math/py-pyodeint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-pyodeint/Makefile b/math/py-pyodeint/Makefile index 714dd1690e63..df2902aca78d 100644 --- a/math/py-pyodeint/Makefile +++ b/math/py-pyodeint/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYNUMPY} \ ${LOCALBASE}/include/boost/config.hpp:devel/boost-libs RUN_DEPENDS= ${PYNUMPY} -USES= compiler:c++11-lang localbase python +USES= compiler:c++11-lang localbase python:3.6+ USE_PYTHON= distutils autoplist .include <bsd.port.mk> |