diff options
Diffstat (limited to 'science/elmerfront')
-rw-r--r-- | science/elmerfront/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/science/elmerfront/Makefile b/science/elmerfront/Makefile index 79b0c2f0f4cc..4c9f06bed1b0 100644 --- a/science/elmerfront/Makefile +++ b/science/elmerfront/Makefile @@ -24,6 +24,10 @@ RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 \ .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700042 +BROKEN= Does not configure on FreeBSD 7.0 +.endif + # Elmer avoids the new C++ headers because they cause problems # on older systems (Irix) CXXFLAGS+= -Wno-deprecated |