aboutsummaryrefslogtreecommitdiffstats
path: root/math/freemat
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2009-02-07 23:28:39 +0800
committergerald <gerald@FreeBSD.org>2009-02-07 23:28:39 +0800
commit296fade5017d0d8cb0b8e4f546d23fe30eaf8168 (patch)
treea2e1fcbc935457c71355bb83ad5171d7561cba64 /math/freemat
parent6b148cfd96affbe2eb5e4977e22fd1d57144cfc5 (diff)
downloadfreebsd-ports-gnome-296fade5017d0d8cb0b8e4f546d23fe30eaf8168.tar.gz
freebsd-ports-gnome-296fade5017d0d8cb0b8e4f546d23fe30eaf8168.tar.zst
freebsd-ports-gnome-296fade5017d0d8cb0b8e4f546d23fe30eaf8168.zip
No longer pass FC, F77 and FFLAGS to CONFIGURE_ENV; this is now done via
Mk/bsd.gcc.mk.
Diffstat (limited to 'math/freemat')
-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