diff options
Diffstat (limited to 'math/py-python-fcl/Makefile')
-rw-r--r-- | math/py-python-fcl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-python-fcl/Makefile b/math/py-python-fcl/Makefile index 7b5e865c33f0..a80df651d4e8 100644 --- a/math/py-python-fcl/Makefile +++ b/math/py-python-fcl/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libfcl05.so:math/fcl05 \ BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} -USES= compiler:c++11-lang eigen:3 python +USES= compiler:c++11-lang eigen:3 python:3.6+ USE_PYTHON= distutils autoplist concurrent cython |