diff options
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> |