diff options
author | bf <bf@FreeBSD.org> | 2011-11-22 19:14:10 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2011-11-22 19:14:10 +0800 |
commit | e76c3137d0dc704cf66c758a906a5be85b715a3b (patch) | |
tree | 5df944d34b65ba2c3cbfa92e36a81489e70a8220 /math/levmar | |
parent | 79f1897cd8102cd7c050b91f5ec19e049be5fb80 (diff) | |
download | freebsd-ports-gnome-e76c3137d0dc704cf66c758a906a5be85b715a3b.tar.gz freebsd-ports-gnome-e76c3137d0dc704cf66c758a906a5be85b715a3b.tar.zst freebsd-ports-gnome-e76c3137d0dc704cf66c758a906a5be85b715a3b.zip |
adjust linking and comments in dependent ports after the math/atlas update;
math/atlas-devel will be updated to use the same constructs at a later date
PR: 162706
Approved by: miwi (portmgr)
Feature safe: yes
Diffstat (limited to 'math/levmar')
-rw-r--r-- | math/levmar/Makefile | 4 |
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) |