aboutsummaryrefslogtreecommitdiff
path: root/math/kktdirect/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/kktdirect/Makefile')
-rw-r--r--math/kktdirect/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/math/kktdirect/Makefile b/math/kktdirect/Makefile
index db1b3ca7bd95..abeee5157ff9 100644
--- a/math/kktdirect/Makefile
+++ b/math/kktdirect/Makefile
@@ -41,15 +41,15 @@ WITH_BLAS?= reference
LIB_DEPENDS+= libblas.so:${PORTSDIR}/math/blas
LIB_DEPENDS+= liblapack.so:${PORTSDIR}/math/lapack
BLAS= -lblas
-LAPACK = -llapack
+LAPACK= -llapack
.elif ${WITH_BLAS} == gotoblas
LIB_DEPENDS+= libgoto2p.so:${PORTSDIR}/math/gotoblas
-BLAS = -lgoto2p
-LAPACK = -lgoto2p
+BLAS= -lgoto2p
+LAPACK= -lgoto2p
.elif ${WITH_BLAS} == atlas
LIB_DEPENDS+= libatlas.so:${PORTSDIR}/math/atlas
BLAS= -lptf77blas
-LAPACK = -lalapack -lptcblas
+LAPACK= -lalapack -lptcblas
.endif
PORTDOCS= kktdirect.pdf