aboutsummaryrefslogtreecommitdiff
path: root/irc/dancer
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2003-09-08 12:15:29 +0000
committerErwin Lansing <erwin@FreeBSD.org>2003-09-08 12:15:29 +0000
commit663360b6bdc0b42070c9e688dc698ffdd86c2f4e (patch)
treee3fa65d8b0cea040b58a1d49e240bc03aaeb7fa4 /irc/dancer
parent4e40499c9ce32c4f19e348cecc5704518c562399 (diff)
downloadports-663360b6bdc0b42070c9e688dc698ffdd86c2f4e.tar.gz
ports-663360b6bdc0b42070c9e688dc698ffdd86c2f4e.zip
Mark broken on -CURRENT, it does not compile with our gcc.
Informed author.
Notes
Notes: svn path=/head/; revision=88801
Diffstat (limited to 'irc/dancer')
-rw-r--r--irc/dancer/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/irc/dancer/Makefile b/irc/dancer/Makefile
index 3404d93663b9..480a31f0ba90 100644
--- a/irc/dancer/Makefile
+++ b/irc/dancer/Makefile
@@ -24,4 +24,10 @@ do-install:
${WRKSRC}/example/dancer.explain \
${PREFIX}/share/${PORTNAME}/
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 500000
+BROKEN= Does not compile
+.endif
+
+.include <bsd.port.post.mk>