diff options
author | kris <kris@FreeBSD.org> | 2003-05-18 10:15:24 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-05-18 10:15:24 +0000 |
commit | e6337684a674e6c3f5a382f4ca7ec4fcfbd10a3f (patch) | |
tree | eab81ed3d67a5d5c871b5e2603df022c4faf899c /japanese/xjtext | |
parent | 6f07558a470ffa1d87d80af0b4007d14060e7808 (diff) | |
download | FreeBSD-ports-e6337684a674e6c3f5a382f4ca7ec4fcfbd10a3f.zip FreeBSD-ports-e6337684a674e6c3f5a382f4ca7ec4fcfbd10a3f.tar.gz |
BROKEN on 5.1: bad C++
Diffstat (limited to 'japanese/xjtext')
-rw-r--r-- | japanese/xjtext/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.pre.mk> + +.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 <bsd.port.mk> +.include <bsd.port.post.mk> |