aboutsummaryrefslogtreecommitdiff
path: root/math/levmar
diff options
context:
space:
mode:
authorBrendan Fabeny <bf@FreeBSD.org>2011-11-22 11:14:10 +0000
committerBrendan Fabeny <bf@FreeBSD.org>2011-11-22 11:14:10 +0000
commit004a7c5ac21475f760354371ae4f8fca5e556acb (patch)
tree47b9539be8bb171263921a641d850025fee218cc /math/levmar
parentbcfacab8772c0f3bf72412386eb13f58def6bef2 (diff)
downloadports-004a7c5ac21475f760354371ae4f8fca5e556acb.tar.gz
ports-004a7c5ac21475f760354371ae4f8fca5e556acb.zip
Notes
Diffstat (limited to 'math/levmar')
-rw-r--r--math/levmar/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/levmar/Makefile b/math/levmar/Makefile
index d6349e8eb9d6..c84df644149d 100644
--- a/math/levmar/Makefile
+++ b/math/levmar/Makefile
@@ -49,8 +49,8 @@ LAPACK= -lgoto2p
CFLAGS+= ${PTHREAD_CFLAGS}
LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib
LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas
-BLAS= -lptf77blas -lptcblas -latlas
-LAPACK= -lalapack
+BLAS= -lptf77blas
+LAPACK= -lalapack -lptcblas
.endif
.if !defined(NOPORTDOCS)