aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/xxdiff/Makefile
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-09 10:03:00 +0800
committerkris <kris@FreeBSD.org>2004-02-09 10:03:00 +0800
commit2f8e56e5cbd6e9dd14e1b50ca34550eec9111071 (patch)
treea4d02c024e62c66fc8cb1fa0a68e2a0da9a8829e /textproc/xxdiff/Makefile
parent8291be953c72509109ff2c90d8ce55b97902d9fd (diff)
downloadfreebsd-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/Makefile4
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} \