diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2011-11-22 11:14:10 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2011-11-22 11:14:10 +0000 |
commit | 004a7c5ac21475f760354371ae4f8fca5e556acb (patch) | |
tree | 47b9539be8bb171263921a641d850025fee218cc /science/py-scipy | |
parent | bcfacab8772c0f3bf72412386eb13f58def6bef2 (diff) | |
download | ports-004a7c5ac21475f760354371ae4f8fca5e556acb.tar.gz ports-004a7c5ac21475f760354371ae4f8fca5e556acb.zip |
Notes
Diffstat (limited to 'science/py-scipy')
-rw-r--r-- | science/py-scipy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/py-scipy/Makefile b/science/py-scipy/Makefile index 3d24f8cef036..433ecfbc4cf8 100644 --- a/science/py-scipy/Makefile +++ b/science/py-scipy/Makefile @@ -41,7 +41,7 @@ BROKEN= ldexpf is missing See http://lists.freebsd.org/pipermail/freebsd-amd64/2 .if defined(WITH_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 +IGNORE= atlas needs to be built with WITH_STATIC for scipy to function properly .endif .else LIB_DEPENDS+= lapack.4:${PORTSDIR}/math/lapack \ |