diff options
Diffstat (limited to 'math/py-nlopt')
-rw-r--r-- | math/py-nlopt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-nlopt/Makefile b/math/py-nlopt/Makefile index c91a8e0866f6..188f30f1f873 100644 --- a/math/py-nlopt/Makefile +++ b/math/py-nlopt/Makefile @@ -12,7 +12,7 @@ LICENSE= LGPL21 MIT LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= cmake:devel/cmake \ +BUILD_DEPENDS= cmake:devel/cmake-core \ swig:devel/swig \ ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} |