summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2009-01-21 00:36:06 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2009-01-21 00:36:06 +0000
commit38b8e670c0bdf01d5f0af75351230aa2954878bf (patch)
tree8beccc0aa437ce1af7268b3cdeb0379b2da9898a
parent- Add notice about CAMELLIA option (for testing only) [1]. (diff)
- We need use FCFLAGS to build it in AMD64 and IA64.
- Bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=226578
-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}" \