diff options
Diffstat (limited to 'science/py-mlpy/Makefile')
-rw-r--r-- | science/py-mlpy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/py-mlpy/Makefile b/science/py-mlpy/Makefile index 5a82b42d7ea5..9f659425cc82 100644 --- a/science/py-mlpy/Makefile +++ b/science/py-mlpy/Makefile @@ -7,7 +7,7 @@ PORTNAME= mlpy PORTVERSION= 2.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science python MASTER_SITES= https://mlpy.fbk.eu/download/src/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,7 +18,7 @@ COMMENT= High performance Python package for predictive modeling BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy RUN_DEPENDS= ${BUILD_DEPENDS} -LIB_DEPENDS= gsl.14:${PORTSDIR}/math/gsl +LIB_DEPENDS= gsl.15:${PORTSDIR}/math/gsl CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |