diff options
author | gerald <gerald@FreeBSD.org> | 2009-02-07 23:28:39 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2009-02-07 23:28:39 +0800 |
commit | 296fade5017d0d8cb0b8e4f546d23fe30eaf8168 (patch) | |
tree | a2e1fcbc935457c71355bb83ad5171d7561cba64 /math/freemat | |
parent | 6b148cfd96affbe2eb5e4977e22fd1d57144cfc5 (diff) | |
download | freebsd-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/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 |