diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-05-17 22:22:49 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-05-17 22:22:49 +0000 |
commit | ac177f369374eadc6cc25072303650a17c891ade (patch) | |
tree | 9fe0230fad19563696705815da111caab561180d | |
parent | - Mark BROKEN on 9.X: does not compile (diff) |
- Mark BROKEN on 9.X:
cc: DText.m: Objective-C compiler not installed on this system
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=274242
-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> |