diff options
Diffstat (limited to 'science/py-mlpy/Makefile')
-rw-r--r-- | science/py-mlpy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/py-mlpy/Makefile b/science/py-mlpy/Makefile index deba8de87166..fd79813a6d0e 100644 --- a/science/py-mlpy/Makefile +++ b/science/py-mlpy/Makefile @@ -18,7 +18,7 @@ COMMENT= High performance Python package for predictive modeling BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy \ cython>0:${PORTSDIR}/lang/cython -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} LIB_DEPENDS= gsl.16:${PORTSDIR}/math/gsl CFLAGS+= -I${LOCALBASE}/include -I${PYTHON_SITELIBDIR}/numpy/core |