aboutsummaryrefslogtreecommitdiff
path: root/chinese/chinput3
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-18 12:22:53 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-18 12:22:53 +0000
commit77502185b3695ec0f52a23b4a885a1736c38f1a3 (patch)
tree17780b1ca4994dae3f3b25a6efff07d78440455e /chinese/chinput3
parent2f610b15bf1137cd467e3ba5936219cb070987dd (diff)
downloadports-77502185b3695ec0f52a23b4a885a1736c38f1a3.tar.gz
ports-77502185b3695ec0f52a23b4a885a1736c38f1a3.zip
Notes
Diffstat (limited to 'chinese/chinput3')
-rw-r--r--chinese/chinput3/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/chinese/chinput3/Makefile b/chinese/chinput3/Makefile
index 2dac48aee94a..e7ff47bedfd4 100644
--- a/chinese/chinput3/Makefile
+++ b/chinese/chinput3/Makefile
@@ -13,6 +13,12 @@ MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/statue/chinput3/
MAINTAINER= statue@freebsd.sinica.edu.tw
COMMENT= Chinese GB2312,BIG5 code input server
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not link"
+.endif
+
USE_XLIB= yes
USE_IMLIB= yes
USE_GNOME= gtk12
@@ -20,4 +26,4 @@ USE_GNOME= gtk12
port-install:
@${SED} -e 's,%%X11BASE%%,${X11BASE},g' < ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>