diff options
author | eadler <eadler@FreeBSD.org> | 2011-10-20 10:16:09 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2011-10-20 10:16:09 +0800 |
commit | 960ce442e0ab142035b26b3deb745247ff1a3e4d (patch) | |
tree | 1f9bacd23db3feb57ca2e01e66f0be66ae8d4eb4 /science | |
parent | 6e38f81082a560c95c2d06838039fe711a0fd768 (diff) | |
download | freebsd-ports-gnome-960ce442e0ab142035b26b3deb745247ff1a3e4d.tar.gz freebsd-ports-gnome-960ce442e0ab142035b26b3deb745247ff1a3e4d.tar.zst freebsd-ports-gnome-960ce442e0ab142035b26b3deb745247ff1a3e4d.zip |
- add run time dependency on py-scipy
PR: ports/161472
Submitted by: Sergey Svishchev <svs@ropnet.ru>
Approved by: "Li-Lun \"Leland\" Wang" <llwang@infor.org>
Approved by: bapt,sahil (mentors, implicit)
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 |