diff options
Diffstat (limited to 'net-p2p/dctc')
-rw-r--r-- | net-p2p/dctc/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-p2p/dctc/Makefile b/net-p2p/dctc/Makefile index b05be9a..7d5641b 100644 --- a/net-p2p/dctc/Makefile +++ b/net-p2p/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 |