summaryrefslogtreecommitdiffstats
path: root/chinese
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-05-18 12:00:35 +0000
committerkris <kris@FreeBSD.org>2003-05-18 12:00:35 +0000
commitc5888019686e0b3618f95345938bc9496b1f79b4 (patch)
tree8792319db96435a7a21410ead39a15f12770053d /chinese
parentb9427b6005b396d7c7f06794991a96c37639ef38 (diff)
downloadFreeBSD-ports-c5888019686e0b3618f95345938bc9496b1f79b4.zip
FreeBSD-ports-c5888019686e0b3618f95345938bc9496b1f79b4.tar.gz
BROKEN on 5.1: does not build
Diffstat (limited to 'chinese')
-rw-r--r--chinese/chinput2/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/chinese/chinput2/Makefile b/chinese/chinput2/Makefile
index 4f91c46..3c971f4 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>
OpenPOWER on IntegriCloud