diff options
Diffstat (limited to 'net-p2p/dcd/Makefile')
-rw-r--r-- | net-p2p/dcd/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 <bsd.port.pre.mk> +.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 |