diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/dctc/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/dctc/Makefile b/net/dctc/Makefile index b05be9a8b9d9..7d5641b10d54 100644 --- a/net/dctc/Makefile +++ b/net/dctc/Makefile @@ -58,6 +58,10 @@ DOC_FILES= COPYING ChangeLog INSTALL README \ .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502000 +BROKEN= "Does not compile" +.endif + post-extract: @${CP} ${FILESDIR}/lp_mutex.c ${WRKSRC}/src |