summaryrefslogtreecommitdiff
path: root/math/freefem++/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/freefem++/Makefile')
-rw-r--r--math/freefem++/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/math/freefem++/Makefile b/math/freefem++/Makefile
index 8e5487a13f03..2a3917030659 100644
--- a/math/freefem++/Makefile
+++ b/math/freefem++/Makefile
@@ -43,8 +43,7 @@ CONFIGURE_ARGS= --disable-download \
--with-umfpack="-lumfpack" \
--with-arpack="${ARPACK}"
CONFIGURE_ENV= CPPFLAGS="${MPICFLAGS} -I${LOCALBASE}/include -I${LOCALBASE}/suitesparse/include ${PTHREAD_CFLAGS}" \
- LDFLAGS="${MPILDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
- FC=${FC} F77=${F77} FCFLAGS=${FCFLAGS}
+ LDFLAGS="${MPILDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}"
DOC_TARGET= freefem++doc.pdf
PORTDOCS= AUTHORS BUGS COPYING HISTORY HISTORY_BEFORE_2005 INNOVATION README TODO ${DOC_TARGET}