diff options
author | petef <petef@FreeBSD.org> | 2003-08-17 16:53:21 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2003-08-17 16:53:21 +0000 |
commit | f79b873e9c945c96cd53d6663704f1c1d35070bf (patch) | |
tree | a9be6264d29230bb310d78d6550285fcf16a0c4b /textproc/xxdiff/Makefile | |
parent | 8c55a168cb36f7f45810287e29ffded6fa67bb4b (diff) | |
download | FreeBSD-ports-f79b873e9c945c96cd53d6663704f1c1d35070bf.zip FreeBSD-ports-f79b873e9c945c96cd53d6663704f1c1d35070bf.tar.gz |
Fix build on -current.
PR: 54075
Submitted by: Georg-W. Koltermann <Georg.Koltermann@mscsoftware.com>
Diffstat (limited to 'textproc/xxdiff/Makefile')
-rw-r--r-- | textproc/xxdiff/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/textproc/xxdiff/Makefile b/textproc/xxdiff/Makefile index 5d6ea2e..d2e23b2 100644 --- a/textproc/xxdiff/Makefile +++ b/textproc/xxdiff/Makefile @@ -31,10 +31,6 @@ WRKSRC= ${WRKDIR}/xxdiff-${PORTVERSION}/src .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile (bad C++ code)" -.endif - do-build: (cd ${WRKSRC}; ${SETENV} ${TMAKEENV} tmake -o Makefile xxdiff.pro) (cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ |