diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2011-10-20 02:16:09 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2011-10-20 02:16:09 +0000 |
commit | db82e16930cf1e60669eb4ca8e5b9a291661bfc1 (patch) | |
tree | 6e6db5e02119831d72e3cbcb9c334ede75a43ded /science | |
parent | 961cfc0b8a79baec2c691fa942ebe45bb19a6bf4 (diff) | |
download | ports-db82e16930cf1e60669eb4ca8e5b9a291661bfc1.tar.gz ports-db82e16930cf1e60669eb4ca8e5b9a291661bfc1.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/py-scipy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/science/py-scipy/Makefile b/science/py-scipy/Makefile index 06ed638f07cb..3d24f8cef036 100644 --- a/science/py-scipy/Makefile +++ b/science/py-scipy/Makefile @@ -7,7 +7,7 @@ PORTNAME= scipy PORTVERSION= 0.8.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science python MASTER_SITES= SF PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,6 +18,7 @@ COMMENT= Scientific tools for Python BUILD_DEPENDS+= ${PYNUMPY} \ ${LOCALBASE}/lib/libdjbfft.a:${PORTSDIR}/math/djbfft LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 +RUN_DEPENDS= ${PYNUMPY} LATEST_LINK= py-${PORTNAME} OPTIONSFILE= ${PORT_DBDIR}/py-numpy/options |