aboutsummaryrefslogtreecommitdiffstats
path: root/math/arpack/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/arpack/Makefile')
-rw-r--r--math/arpack/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/arpack/Makefile b/math/arpack/Makefile
index f42ed82304f4..49ab5e162fee 100644
--- a/math/arpack/Makefile
+++ b/math/arpack/Makefile
@@ -79,7 +79,7 @@ WITH_BLAS?= reference
.if ${WITH_BLAS} == atlas
LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas
-BLAS?= -lf77blas -latlas
+BLAS?= -lf77blas
.else
LIB_DEPENDS+= blas.2:${PORTSDIR}/math/blas
BLAS?= -lblas