diff --git a/devel/dmucs/Makefile b/devel/dmucs/Makefile index 6d8d17ddb5e2..971fdb7049e4 100644 --- a/devel/dmucs/Makefile +++ b/devel/dmucs/Makefile @@ -19,4 +19,10 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} PLIST_FILES= bin/dmucs bin/gethost bin/loadavg bin/monitor bin/remhost -.include +.include + +.if ${OSVERSION} >= 700042 && ${ARCH} == "amd64" +BROKEN= does not compile +.endif + +.include