diff options
author | maho <maho@FreeBSD.org> | 2007-01-09 20:07:24 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-01-09 20:07:24 +0800 |
commit | 75d33fe0bcc44939d3180cf2625b3a5099141b22 (patch) | |
tree | 3903648311f0e12591022dcfba91cd3cb5d83efd /science/2dhf | |
parent | 3967ae3c40a6483f8a66810b36c5796fbaae91cc (diff) | |
download | freebsd-ports-graphics-75d33fe0bcc44939d3180cf2625b3a5099141b22.tar.gz freebsd-ports-graphics-75d33fe0bcc44939d3180cf2625b3a5099141b22.tar.zst freebsd-ports-graphics-75d33fe0bcc44939d3180cf2625b3a5099141b22.zip |
blas.1 -> blas.2
Diffstat (limited to 'science/2dhf')
-rw-r--r-- | science/2dhf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/2dhf/Makefile b/science/2dhf/Makefile index 79d90931b3d..b87884b0cb7 100644 --- a/science/2dhf/Makefile +++ b/science/2dhf/Makefile @@ -28,7 +28,7 @@ WITH_ATLAS= yes LIB_DEPENDS+= atlas.1:${PORTSDIR}/math/atlas BLAS= -lf77blas -latlas .else -LIB_DEPENDS+= blas.1:${PORTSDIR}/math/blas +LIB_DEPENDS+= blas.2:${PORTSDIR}/math/blas LIB_DEPENDS+= lapack.3:${PORTSDIR}/math/lapack BLAS= -lblas .endif |