diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 11:11:21 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 11:11:21 +0000 |
commit | 9a7ae7a92b474151cf083345c8de153bd8513d2c (patch) | |
tree | 7c230966743aa5f6cbc860f9ea1fedbadad3375c /science | |
parent | 8c31b5ac0c66e6c6d2bac018e1f2c0d7f6bbaa7d (diff) | |
download | ports-9a7ae7a92b474151cf083345c8de153bd8513d2c.tar.gz ports-9a7ae7a92b474151cf083345c8de153bd8513d2c.zip |
Notes
Diffstat (limited to 'science')
-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 |