diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-11-30 23:25:35 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-11-30 23:25:35 +0000 |
commit | d7f23620fda07b148e2b2280bfd200a58dac98e1 (patch) | |
tree | 8e3d3af958d7439850321b1d52a070a6e173b12f /science | |
parent | efb7d4283534a33bf1bcfbd3b11741c7068d0fa4 (diff) | |
download | ports-d7f23620fda07b148e2b2280bfd200a58dac98e1.tar.gz ports-d7f23620fda07b148e2b2280bfd200a58dac98e1.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/elmer-eio/Makefile | 2 | ||||
-rw-r--r-- | science/elmerpost/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/science/elmer-eio/Makefile b/science/elmer-eio/Makefile index e0f1505bb690..f7b75e528c25 100644 --- a/science/elmer-eio/Makefile +++ b/science/elmer-eio/Makefile @@ -14,6 +14,8 @@ PKGNAMEPREFIX= elmer- MAINTAINER= ports@FreeBSD.org COMMENT= ELMER FEM Package Data base Interface +BROKEN= Configure fails + USE_GCC= 4.1+ WITH_FORTRAN= yes F77= ${FC} diff --git a/science/elmerpost/Makefile b/science/elmerpost/Makefile index e5bbfc460c8f..c5d760363922 100644 --- a/science/elmerpost/Makefile +++ b/science/elmerpost/Makefile @@ -17,6 +17,8 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libmatc.a:${PORTSDIR}/science/elmer-matc \ wish8.4:${PORTSDIR}/x11-toolkits/tk84 RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 +BROKEN= Configure fails + # Elmer avoids the new C++ headers because they cause problems # on older systems (Irix) CXXFLAGS+= -Wno-deprecated |