diff options
author | kris <kris@FreeBSD.org> | 2003-05-18 20:22:53 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-05-18 20:22:53 +0800 |
commit | be51af2bdbffdcbd401bdc12e5dbefcc77e2f8cf (patch) | |
tree | 14f713acb424045babed69a44b744d886c22cb76 /chinese/chinput3 | |
parent | dee826f8e89d5cef15a940d8eea8326466905212 (diff) | |
download | freebsd-ports-gnome-be51af2bdbffdcbd401bdc12e5dbefcc77e2f8cf.tar.gz freebsd-ports-gnome-be51af2bdbffdcbd401bdc12e5dbefcc77e2f8cf.tar.zst freebsd-ports-gnome-be51af2bdbffdcbd401bdc12e5dbefcc77e2f8cf.zip |
BROKEN on 5.1: does not link
Diffstat (limited to 'chinese/chinput3')
-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> |