diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2009-09-19 22:02:40 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2009-09-19 22:02:40 +0000 |
commit | 028c9f0e2149f4819af5254cd7920ec99db07fad (patch) | |
tree | f0a948722bb4f5cc17ef2f256000f9c4140e9dbd | |
parent | 14b8ee67bb63c9ccffb97d093b949e904a0b709f (diff) | |
download | ports-028c9f0e2149f4819af5254cd7920ec99db07fad.tar.gz ports-028c9f0e2149f4819af5254cd7920ec99db07fad.zip |
Notes
-rw-r--r-- | science/elmer-fem/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/science/elmer-fem/Makefile b/science/elmer-fem/Makefile index ce9668e05a2f..2c676dcba524 100644 --- a/science/elmer-fem/Makefile +++ b/science/elmer-fem/Makefile @@ -22,6 +22,8 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libmatc.a:${PORTSDIR}/science/elmer-matc \ RUN_DEPENDS= ElmerGrid:${PORTSDIR}/science/elmergrid \ Mesh2D:${PORTSDIR}/science/elmer-meshgen2d +BROKEN= fails to compile with gcc4.4 + USE_FORTRAN= yes .ifdef WITH_OPTIMIZED_FLAGS |