diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-09 02:03:00 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-09 02:03:00 +0000 |
commit | b85a364c161310e995f1314003d0d6890c95a00a (patch) | |
tree | de69bd86c019688194f302ac4caa7a60657aafa0 /textproc/xxdiff/Makefile | |
parent | 2a2c47052feab86719dfafd657dcc53d81ae6624 (diff) |
Notes
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 6ae41864c073..56986a3f8dda 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} \ |