aboutsummaryrefslogtreecommitdiff
path: root/lang/ofc
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-05-17 22:22:49 +0000
committerPav Lucistnik <pav@FreeBSD.org>2011-05-17 22:22:49 +0000
commitac177f369374eadc6cc25072303650a17c891ade (patch)
tree9fe0230fad19563696705815da111caab561180d /lang/ofc
parenteb1f09c2731e556693c7ceeafb3b5194f4daa478 (diff)
Notes
Diffstat (limited to 'lang/ofc')
-rw-r--r--lang/ofc/Makefile8
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>