From 9c288e873f84089ba8dcb3c1acff8ce23bd4e5e0 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 18 May 2003 09:55:25 +0000 Subject: BROKEN on 5.1: bad C++ --- irc/lostirc/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'irc') diff --git a/irc/lostirc/Makefile b/irc/lostirc/Makefile index 71ce923ef7ed..d1f3ff461c27 100644 --- a/irc/lostirc/Makefile +++ b/irc/lostirc/Makefile @@ -18,6 +18,12 @@ COMMENT= LostIRC is a simple and minimal IRC client for X LIB_DEPENDS= gtkmm-2.0.6:${PORTSDIR}/x11-toolkits/gtk--2 \ intl.4:${PORTSDIR}/devel/gettext +.include + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + USE_X_PREFIX= yes USE_GNOME= gnomehack GNU_CONFIGURE= yes @@ -39,4 +45,4 @@ post-install: .endfor .endif -.include +.include -- cgit v1.2.3