diff options
-rw-r--r-- | lang/ofc/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/ofc/Makefile b/lang/ofc/Makefile index 39f9e15892a5..6db4fbf0bbe0 100644 --- a/lang/ofc/Makefile +++ b/lang/ofc/Makefile @@ -38,4 +38,10 @@ LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm LIB_DEPENDS+= gmp.10:${PORTSDIR}/math/gmp .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 900000 +BROKEN= does not compile on FreeBSD 9.X +.endif + +.include <bsd.port.post.mk> |