From 0e3fb49af8ed802a2c8ab0a07da60f50795f56f7 Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 22 Apr 2007 01:32:51 +0000 Subject: BROKEN on 5.x: Does not compile --- net-p2p/dcd/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'net-p2p/dcd') diff --git a/net-p2p/dcd/Makefile b/net-p2p/dcd/Makefile index 6b554d6f5d34..ad78d0b8d0fa 100644 --- a/net-p2p/dcd/Makefile +++ b/net-p2p/dcd/Makefile @@ -31,6 +31,10 @@ SUB_LIST= CONF_FILES="${CONF_FILES}" CONF_DIR="${PREFIX}/etc/dcd" .include +.if ${OSVERSION} < 600000 +BROKEN= Does not compile on 5.x +.endif + post-patch: .for f in dcd dcd.console @${MV} ${WRKSRC}/doc/${f}.2 ${WRKSRC}/doc/${f}.8 -- cgit