diff options
-rw-r--r-- | chinese/chinput3/Makefile | 8 |
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> |