summaryrefslogtreecommitdiff
path: root/chinese/chinput2/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-18 12:00:35 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-18 12:00:35 +0000
commit9803c252173e4a110ed908e8a640a9f6d3daf928 (patch)
treeb960b02a38a478117fd94a885a66d5a33dc7e6f6 /chinese/chinput2/Makefile
parentBROKEN on 5.1: bad C++ (diff)
BROKEN on 5.1: does not build
Notes
Notes: svn path=/head/; revision=81224
Diffstat (limited to 'chinese/chinput2/Makefile')
-rw-r--r--chinese/chinput2/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/chinese/chinput2/Makefile b/chinese/chinput2/Makefile
index 4f91c469605b..3c971f4e44f4 100644
--- a/chinese/chinput2/Makefile
+++ b/chinese/chinput2/Makefile
@@ -18,6 +18,12 @@ COMMENT= Another Chinese GB2312 and Big5 X11 input server
BUILD_DEPENDS= mysql:${PORTSDIR}/databases/mysql323-client
RUN_DEPENDS= mysql:${PORTSDIR}/databases/mysql323-client
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not build"
+.endif
+
USE_XLIB= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
@@ -34,4 +40,4 @@ post-install:
@echo " -phj@cn.freebsd.org"
@echo
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>