aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2006-11-16 07:38:52 +0800
committerrafan <rafan@FreeBSD.org>2006-11-16 07:38:52 +0800
commit3a39ab84a4ad087265a751f3bb562b75d46cacc7 (patch)
treeefae2dc4eb5476de348aac941008aa1c50f1f822 /science
parente5647edec45e0d173100735158ecd1f10a954c8c (diff)
downloadfreebsd-ports-gnome-3a39ab84a4ad087265a751f3bb562b75d46cacc7.tar.gz
freebsd-ports-gnome-3a39ab84a4ad087265a751f3bb562b75d46cacc7.tar.zst
freebsd-ports-gnome-3a39ab84a4ad087265a751f3bb562b75d46cacc7.zip
- numpy provides f2py now and conflicts f2py. Remoe f2py from dependency.
Approved by: Diane Bruce (maintainer)
Diffstat (limited to 'science')
-rw-r--r--science/py-scipy/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/science/py-scipy/Makefile b/science/py-scipy/Makefile
index 5990a9d11c9e..fd5119e4b49a 100644
--- a/science/py-scipy/Makefile
+++ b/science/py-scipy/Makefile
@@ -17,8 +17,7 @@ MAINTAINER= db@db.net
COMMENT= Scientific tools for Python
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy/core/numeric.py:${PORTSDIR}/math/py-numpy \
- ${LOCALBASE}/lib/libdjbfft.a:${PORTSDIR}/math/djbfft \
- f2py:${PORTSDIR}/lang/f2py
+ ${LOCALBASE}/lib/libdjbfft.a:${PORTSDIR}/math/djbfft
LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw
.if exists(${PYTHON_SITELIBDIR}/wx.pth)
BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/wx.pth:${PORTSDIR}/x11-toolkits/py-wxPython26