aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2015-04-04 19:45:46 +0800
committerdemon <demon@FreeBSD.org>2015-04-04 19:45:46 +0800
commitaa80fc6b866cbd3182e31212e284f2f79e8c057c (patch)
tree291ebf818d828bbb880d5801b6a9831f2049f9b4 /science
parent44e41c2acbf73b2b7ec7c331de75bfc6d1e66c3d (diff)
downloadfreebsd-ports-gnome-aa80fc6b866cbd3182e31212e284f2f79e8c057c.tar.gz
freebsd-ports-gnome-aa80fc6b866cbd3182e31212e284f2f79e8c057c.tar.zst
freebsd-ports-gnome-aa80fc6b866cbd3182e31212e284f2f79e8c057c.zip
Remove unused deps:
I see no reference for djbfft in the code; I assume it is obsoleted. fftw3: according to http://www.scipy.org/scipylib/building/linux.html --------- Because of license, configuration, and maintenance issues support for FFTW was removed in versions of SciPy >= 0.7 and NumPy >= 1.2 ---------
Diffstat (limited to 'science')
-rw-r--r--science/py-scipy/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/science/py-scipy/Makefile b/science/py-scipy/Makefile
index 4936a6fc7c4a..bcb721212022 100644
--- a/science/py-scipy/Makefile
+++ b/science/py-scipy/Makefile
@@ -16,9 +16,7 @@ COMMENT= Scientific tools for Python
LICENSE= BSD3CLAUSE
-BUILD_DEPENDS= ${PYNUMPY} \
- ${LOCALBASE}/lib/libdjbfft.a:${PORTSDIR}/math/djbfft
-LIB_DEPENDS= libfftw3.so:${PORTSDIR}/math/fftw3
+BUILD_DEPENDS= ${PYNUMPY}
RUN_DEPENDS= ${PYNUMPY}
USES= fortran python