Mark broken on 5.x (varargs). Informed maintainer.

This commit is contained in:
Mark Linimon 2003-12-06 21:56:23 +00:00
parent 2e5565362b
commit 1a8e716bf0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95205

View File

@ -15,4 +15,10 @@ EXTRACT_SUFX= .tgz
MAINTAINER= woju@freebsd.ntu.edu.tw
COMMENT= NTHU-CS Maple BBS 2.36 BBS-like editor
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
BROKEN= "Does not compile (need to replace varargs.h with stdarg.h)"
.endif
.include <bsd.port.post.mk>