aboutsummaryrefslogtreecommitdiff
path: root/devel/dmucs
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-04-20 22:26:59 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-04-20 22:26:59 +0000
commitdba0752a128a04a6e3f441546a43c2a9247bc690 (patch)
tree9ad2a0f2fec6bbc11f50171890a0351d3f0341b5 /devel/dmucs
parent6721d36d8f079d95764dad0a2f8cda126754ab04 (diff)
downloadports-dba0752a128a04a6e3f441546a43c2a9247bc690.tar.gz
ports-dba0752a128a04a6e3f441546a43c2a9247bc690.zip
Notes
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>