- mark BROKEN on 4.x

Noted by:	kris@
This commit is contained in:
Cheng-Lung Sung 2006-11-14 06:21:04 +00:00
parent b01b2b9995
commit b2f3eaebb9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177210

View File

@ -89,4 +89,10 @@ MLINKS= event.3 event_init.3 \
post-patch:
@${REINPLACE_CMD} -e 's,CFLAGS =,CFLAGS +=,' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= Does not compile on 4.x
.endif
.include <bsd.port.post.mk>