From e6337684a674e6c3f5a382f4ca7ec4fcfbd10a3f Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 18 May 2003 10:15:24 +0000 Subject: BROKEN on 5.1: bad C++ --- japanese/xjtext/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'japanese/xjtext/Makefile') diff --git a/japanese/xjtext/Makefile b/japanese/xjtext/Makefile index ba1725d..1564de7 100644 --- a/japanese/xjtext/Makefile +++ b/japanese/xjtext/Makefile @@ -15,6 +15,12 @@ DISTNAME= XJTEXT-${PORTVERSION} MAINTAINER= sada@FreeBSD.org COMMENT= A text viewer for Japanese virtical writings +.include + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + USE_BISON= yes USE_GNOME= imlib EXAMPLEDIR= ${PREFIX}/share/examples/xjtext @@ -35,4 +41,4 @@ post-install: ${INSTALL_MAN} ${WRKSRC}/README.txt ${DOCDIR} .endif -.include +.include -- cgit v1.1