aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--science/elmer-fem/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/science/elmer-fem/Makefile b/science/elmer-fem/Makefile
index 60b95e8c659b..d5737fe1705f 100644
--- a/science/elmer-fem/Makefile
+++ b/science/elmer-fem/Makefile
@@ -7,7 +7,7 @@
PORTNAME= fem
PORTVERSION= 5.4.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= science tk
MASTER_SITES= SF/elmerfem
PKGNAMEPREFIX= elmer-
@@ -63,7 +63,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
CPPFLAGS+= -I${LOCALBASE}/include
CFLAGS+= -I${LOCALBASE}/include
CXXFLAGS+= -I${LOCALBASE}/include
-
+CONFIGURE_ENV+= FCFLAGS="${FCFLAGS}"
CONFIGURE_ARGS+= --with-umfpack="-lumfpack_elmer" \
--with-blas="${BLAS}" \
--with-lapack="${LAPACK}" \