From 663360b6bdc0b42070c9e688dc698ffdd86c2f4e Mon Sep 17 00:00:00 2001 From: Erwin Lansing Date: Mon, 8 Sep 2003 12:15:29 +0000 Subject: Mark broken on -CURRENT, it does not compile with our gcc. Informed author. --- irc/dancer/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'irc/dancer') 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 +.include + +.if ${OSVERSION} > 500000 +BROKEN= Does not compile +.endif + +.include -- cgit v1.2.3