aboutsummaryrefslogtreecommitdiffstats
path: root/math/lapacke/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/lapacke/Makefile')
-rw-r--r--math/lapacke/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/lapacke/Makefile b/math/lapacke/Makefile
index e35af056ae65..dc409bbd907e 100644
--- a/math/lapacke/Makefile
+++ b/math/lapacke/Makefile
@@ -54,8 +54,8 @@ WITHOUT_LAPACK_LATEST= yes
CFLAGS+= ${PTHREAD_CFLAGS}
LDFLAGS+= ${PTHREAD_LIBS}
LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas
-BLAS= -lptf77blas -lptcblas -latlas
-LAPACK= -lalapack
+BLAS= -lptf77blas
+LAPACK= -lalapack -lptcblas
.endif
LDFLAGS+= -L${LOCALBASE}/lib