diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-01-10 10:56:40 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-01-10 10:56:40 +0000 |
commit | d42cf20330b46ead69b7ecc34c967a1bd73b7fc1 (patch) | |
tree | 465a118c1589bbdc4f6afd767ebe190111a424f6 /science | |
parent | 54c54c84415a2c9d15d9f8228f2d7254d380a690 (diff) | |
download | ports-d42cf20330b46ead69b7ecc34c967a1bd73b7fc1.tar.gz ports-d42cf20330b46ead69b7ecc34c967a1bd73b7fc1.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/mpb/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/science/mpb/Makefile b/science/mpb/Makefile index a575770f122f..90a523b7ebd4 100644 --- a/science/mpb/Makefile +++ b/science/mpb/Makefile @@ -26,8 +26,7 @@ USE_FORTRAN= yes .include <bsd.port.pre.mk> GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" \ - CONFIGURE_ENV+= FC="${FC}" F77="${F77}" FFLAGS="${FFLAGS}" + LDFLAGS="-L${LOCALBASE}/lib" .if exists(${LOCALBASE}/lib/libatlas_r.so) && !defined(WITH_BLAS) WITH_ATLAS= yes |