aboutsummaryrefslogtreecommitdiff
path: root/math/freefem++
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++
parent9dc8e8d4fd53acace0f3f83b5fe00874100db4f3 (diff)
downloadports-cb0d1c7ffef19edfeac0dd4570bb35f01b075070.tar.gz
ports-cb0d1c7ffef19edfeac0dd4570bb35f01b075070.zip
Notes
Diffstat (limited to 'math/freefem++')
-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}