summaryrefslogtreecommitdiff
path: root/net-im/trix/Makefile
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2009-01-08 17:55:36 +0000
committerErwin Lansing <erwin@FreeBSD.org>2009-01-08 17:55:36 +0000
commit5757f03eeed24bdada5085da183cd186c3aa99b1 (patch)
treecb83714635b63d27391ecc50a1fda7e52ccb65b4 /net-im/trix/Makefile
parentTrollop is a commandline option parser for Ruby that gets out of your way. (diff)
Mark BROKEN on 8: does not build after arp-v2 import.
Submitted by: pointyhat
Notes
Notes: svn path=/head/; revision=225508
Diffstat (limited to '')
-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>