diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-01-18 16:52:31 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-01-18 16:52:31 +0000 |
commit | 8f54ba0123bbf9cbfb24e98dfdbf2d2ea899fd95 (patch) | |
tree | 5abcda3ef5626b5f7e19d6c6d1cdc880ec965269 /science/py-scipy/Makefile | |
parent | 584eeea2d7b2c195eb6337767e416530f0341d91 (diff) |
Notes
Diffstat (limited to 'science/py-scipy/Makefile')
-rw-r--r-- | science/py-scipy/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/science/py-scipy/Makefile b/science/py-scipy/Makefile index bf3bd9fc97b2..7b0c7bd72b8c 100644 --- a/science/py-scipy/Makefile +++ b/science/py-scipy/Makefile @@ -36,13 +36,13 @@ post-patch: .include <bsd.port.pre.mk> .if defined(WITH_ATLAS) -LIB_DEPENDS+= atlas.1:${PORTSDIR}/math/atlas +LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas .if !exists(${LOCALBASE}/lib/libalapack.a) IGNORE= Atlas needs to be built with WITH_STATICLIB for scipy to function properly .endif .else -LIB_DEPENDS+= lapack.3:${PORTSDIR}/math/lapack \ - blas.1:${PORTSDIR}/math/blas +LIB_DEPENDS+= lapack.4:${PORTSDIR}/math/lapack \ + blas.2:${PORTSDIR}/math/blas .endif post-install: |