diff options
author | linimon <linimon@FreeBSD.org> | 2011-08-29 12:10:04 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-08-29 12:10:04 +0800 |
commit | d19f3a48bf9093526c4de8be560d90364cfe5fc4 (patch) | |
tree | 37e05a0b1cc7718b77e3796c0cc8af6627a5e416 /science/elmerpost | |
parent | 34e96e1bd4be89d688e3d3fe19d875ba957fc1df (diff) | |
download | freebsd-ports-gnome-d19f3a48bf9093526c4de8be560d90364cfe5fc4.tar.gz freebsd-ports-gnome-d19f3a48bf9093526c4de8be560d90364cfe5fc4.tar.zst freebsd-ports-gnome-d19f3a48bf9093526c4de8be560d90364cfe5fc4.zip |
Mark as broken on recent i386-9: does not compile.
Diffstat (limited to 'science/elmerpost')
-rw-r--r-- | science/elmerpost/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/science/elmerpost/Makefile b/science/elmerpost/Makefile index 9b2344e44789..89f05c761bd1 100644 --- a/science/elmerpost/Makefile +++ b/science/elmerpost/Makefile @@ -32,6 +32,8 @@ USE_FORTRAN= g77 .if ${ARCH} == "amd64" BROKEN= Does not compile on amd64 +.elif ${OSVERSION} >= 900035 +BROKEN= Does not compile on recent FreeBSD-9 .endif .include <bsd.port.post.mk> |