diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-02-07 15:28:39 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-02-07 15:28:39 +0000 |
commit | 81d30824d1e70dbd78af36dcc3c930a9487ec4ba (patch) | |
tree | a87411c3a6198371036f14f1b139a560b0d57089 /math/freemat | |
parent | 602f4b65f31fdb0063c84bd634dd252456dea60c (diff) |
Notes
Diffstat (limited to 'math/freemat')
-rw-r--r-- | math/freemat/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/freemat/Makefile b/math/freemat/Makefile index 038365c4ee6a..bcb242e72288 100644 --- a/math/freemat/Makefile +++ b/math/freemat/Makefile @@ -36,8 +36,7 @@ QT_COMPONENTS= gui network opengl moc_build rcc_build uic_build xml svg GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-blas="${BLAS}" --without-llvm CPPFLAGS= ${CXXFLAGS} -I${LOCALBASE}/include ${AMDINC} -CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \ - FC="${FC}" F77="${F77}" FFLAGS="${FFLAGS}" +CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" SLAVEDIRS= math/freemat-mpi |