summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2009-02-07 15:28:39 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2009-02-07 15:28:39 +0000
commit81d30824d1e70dbd78af36dcc3c930a9487ec4ba (patch)
treea87411c3a6198371036f14f1b139a560b0d57089 /math
parentNo longer pass FC, F77 and FFLAGS to CONFIGURE_ENV; this is now done via (diff)
No longer pass FC, F77 and FFLAGS to CONFIGURE_ENV; this is now done via
Mk/bsd.gcc.mk.
Notes
Notes: svn path=/head/; revision=227760
Diffstat (limited to 'math')
-rw-r--r--math/freemat/Makefile3
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