diff options
author | kris <kris@FreeBSD.org> | 2004-02-09 10:03:00 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-09 10:03:00 +0800 |
commit | 2f8e56e5cbd6e9dd14e1b50ca34550eec9111071 (patch) | |
tree | a4d02c024e62c66fc8cb1fa0a68e2a0da9a8829e /textproc/xxdiff/Makefile | |
parent | 8291be953c72509109ff2c90d8ce55b97902d9fd (diff) | |
download | freebsd-ports-graphics-2f8e56e5cbd6e9dd14e1b50ca34550eec9111071.tar.gz freebsd-ports-graphics-2f8e56e5cbd6e9dd14e1b50ca34550eec9111071.tar.zst freebsd-ports-graphics-2f8e56e5cbd6e9dd14e1b50ca34550eec9111071.zip |
BROKEN on 5.x: does not compile
Diffstat (limited to 'textproc/xxdiff/Makefile')
-rw-r--r-- | textproc/xxdiff/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/xxdiff/Makefile b/textproc/xxdiff/Makefile index 6ae41864c07..56986a3f8dd 100644 --- a/textproc/xxdiff/Makefile +++ b/textproc/xxdiff/Makefile @@ -32,6 +32,10 @@ WRKSRC= ${WRKDIR}/xxdiff-${PORTVERSION}/src .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502000 +BROKEN= "Does not compile" +.endif + do-build: (cd ${WRKSRC}; ${SETENV} ${TMAKEENV} tmake -o Makefile xxdiff.pro) (cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ |