summaryrefslogtreecommitdiffstats
path: root/chinese
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2003-12-06 21:56:23 +0000
committerlinimon <linimon@FreeBSD.org>2003-12-06 21:56:23 +0000
commit7b9aae69ca65f56468847801f13947cdaf12a906 (patch)
tree836c63eb8d51226f2592f342f351740f94e2ad7e /chinese
parent7ed05f8794fe68e9ab80fbc7922d9e3b4a34b0a3 (diff)
downloadFreeBSD-ports-7b9aae69ca65f56468847801f13947cdaf12a906.zip
FreeBSD-ports-7b9aae69ca65f56468847801f13947cdaf12a906.tar.gz
Mark broken on 5.x (varargs). Informed maintainer.
Diffstat (limited to 'chinese')
-rw-r--r--chinese/ve/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/chinese/ve/Makefile b/chinese/ve/Makefile
index 8577a5f..ef70c3f 100644
--- a/chinese/ve/Makefile
+++ b/chinese/ve/Makefile
@@ -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>
OpenPOWER on IntegriCloud