aboutsummaryrefslogtreecommitdiffstats
path: root/devel/dmucs
diff options
context:
space:
mode:
Diffstat (limited to 'devel/dmucs')
-rw-r--r--devel/dmucs/Makefile8
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042 && ${ARCH} == "amd64"
+BROKEN= does not compile
+.endif
+
+.include <bsd.port.post.mk>