diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2009-12-01 20:33:45 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2009-12-01 20:33:45 +0000 |
commit | 7cb3294da78ddd596f197b8f599a9bc3f3c83eac (patch) | |
tree | 1c72184bc6e535e324c3903ec7138b0daceaed97 /science/py-mlpy | |
parent | 8b1dce6212c686a1fbedd71ad7127d0dfc2cb54e (diff) | |
download | ports-7cb3294da78ddd596f197b8f599a9bc3f3c83eac.tar.gz ports-7cb3294da78ddd596f197b8f599a9bc3f3c83eac.zip |
Notes
Diffstat (limited to 'science/py-mlpy')
-rw-r--r-- | science/py-mlpy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/science/py-mlpy/Makefile b/science/py-mlpy/Makefile index dd89019c540f..5a82b42d7ea5 100644 --- a/science/py-mlpy/Makefile +++ b/science/py-mlpy/Makefile @@ -7,6 +7,7 @@ PORTNAME= mlpy PORTVERSION= 2.1.0 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= https://mlpy.fbk.eu/download/src/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,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.13:${PORTSDIR}/math/gsl +LIB_DEPENDS= gsl.14:${PORTSDIR}/math/gsl CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |