1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Mark BROKEN on 9.X:

cc: DText.m: Objective-C compiler not installed on this system

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2011-05-17 22:22:49 +00:00
parent eb1f09c273
commit ac177f3693
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=274242

View File

@ -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>