diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-13 23:36:40 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-13 23:36:40 +0000 |
commit | 3fee91136667f7b3cca62afbc9d9f01d03a2ec89 (patch) | |
tree | caf481fc0fb12e9f5b4f7e105ea42f01f77c286a /math/arpack | |
parent | e6ffa1f425ea668e859fae97edfd25a239614331 (diff) | |
download | ports-3fee91136667f7b3cca62afbc9d9f01d03a2ec89.tar.gz ports-3fee91136667f7b3cca62afbc9d9f01d03a2ec89.zip |
Notes
Diffstat (limited to 'math/arpack')
-rw-r--r-- | math/arpack/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/arpack/Makefile b/math/arpack/Makefile index ebb838aaae2c..f87206db41a4 100644 --- a/math/arpack/Makefile +++ b/math/arpack/Makefile @@ -82,10 +82,10 @@ WITH_BLAS?= reference .endif .if ${WITH_BLAS} == atlas -LIB_DEPENDS+= atlas:${PORTSDIR}/math/atlas +LIB_DEPENDS+= libatlas.so:${PORTSDIR}/math/atlas BLAS?= -lf77blas .else -LIB_DEPENDS+= blas:${PORTSDIR}/math/blas +LIB_DEPENDS+= libblas.so:${PORTSDIR}/math/blas BLAS?= -lblas .endif |