diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2011-08-29 04:10:04 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2011-08-29 04:10:04 +0000 |
commit | efa1c3c47cd0829a3e4f26f3c9fc5b8134f7ea73 (patch) | |
tree | d78f643bf4db7d112cf945f233dbabbc3dc9e67d /science/elmerpost | |
parent | b5b4514cf3a799f421c50f7ac43f9911c766d1f3 (diff) | |
download | ports-efa1c3c47cd0829a3e4f26f3c9fc5b8134f7ea73.tar.gz ports-efa1c3c47cd0829a3e4f26f3c9fc5b8134f7ea73.zip |
Notes
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> |