summaryrefslogtreecommitdiffstats
path: root/chinese/chinput3/Makefile
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-05-18 12:22:53 +0000
committerkris <kris@FreeBSD.org>2003-05-18 12:22:53 +0000
commitbe51af2bdbffdcbd401bdc12e5dbefcc77e2f8cf (patch)
tree14f713acb424045babed69a44b744d886c22cb76 /chinese/chinput3/Makefile
parentdee826f8e89d5cef15a940d8eea8326466905212 (diff)
downloadFreeBSD-ports-be51af2bdbffdcbd401bdc12e5dbefcc77e2f8cf.zip
FreeBSD-ports-be51af2bdbffdcbd401bdc12e5dbefcc77e2f8cf.tar.gz
BROKEN on 5.1: does not link
Diffstat (limited to 'chinese/chinput3/Makefile')
-rw-r--r--chinese/chinput3/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/chinese/chinput3/Makefile b/chinese/chinput3/Makefile
index 2dac48a..e7ff47b 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>
OpenPOWER on IntegriCloud