aboutsummaryrefslogtreecommitdiffstats
path: root/math/py-numpy
diff options
context:
space:
mode:
authorbf <bf@FreeBSD.org>2011-11-22 19:14:10 +0800
committerbf <bf@FreeBSD.org>2011-11-22 19:14:10 +0800
commite76c3137d0dc704cf66c758a906a5be85b715a3b (patch)
tree5df944d34b65ba2c3cbfa92e36a81489e70a8220 /math/py-numpy
parent79f1897cd8102cd7c050b91f5ec19e049be5fb80 (diff)
downloadfreebsd-ports-gnome-e76c3137d0dc704cf66c758a906a5be85b715a3b.tar.gz
freebsd-ports-gnome-e76c3137d0dc704cf66c758a906a5be85b715a3b.tar.zst
freebsd-ports-gnome-e76c3137d0dc704cf66c758a906a5be85b715a3b.zip
adjust linking and comments in dependent ports after the math/atlas update;
math/atlas-devel will be updated to use the same constructs at a later date PR: 162706 Approved by: miwi (portmgr) Feature safe: yes
Diffstat (limited to 'math/py-numpy')
-rw-r--r--math/py-numpy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile
index ce9c896e0863..82f9ab09980b 100644
--- a/math/py-numpy/Makefile
+++ b/math/py-numpy/Makefile
@@ -55,7 +55,7 @@ DISTFILES+= ${FP_ARCH}/fenv.c?p=203441:fp ${FP_ARCH}/fenv.h?p=203441:fp
.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 numpy to function properly
+IGNORE= atlas needs to be built with WITH_STATIC for numpy to function properly
.endif
.else
LIB_DEPENDS+= lapack.4:${PORTSDIR}/math/lapack \