summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
Diffstat (limited to 'net-im')
-rw-r--r--net-im/trix/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net-im/trix/Makefile b/net-im/trix/Makefile
index e8e10f5717cc..25cda2337e04 100644
--- a/net-im/trix/Makefile
+++ b/net-im/trix/Makefile
@@ -32,4 +32,10 @@ BUILD_DEPENDS= play:${PORTSDIR}/audio/play
post-extract:
${CHMOD} 744 ${WRKSRC}/install-sh
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 800059
+BROKEN= does not build
+.endif
+
+.include <bsd.port.post.mk>