summaryrefslogtreecommitdiff
path: root/math/freefem++/Makefile
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2009-02-03 09:55:21 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2009-02-03 09:55:21 +0000
commitcb0d1c7ffef19edfeac0dd4570bb35f01b075070 (patch)
tree359948ff442eed485be22ab55a3ba75f46496105 /math/freefem++/Makefile
parent- Update to 0.3.2 (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=227534
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}