summaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-05-18 12:25:40 +0000
committerkris <kris@FreeBSD.org>2003-05-18 12:25:40 +0000
commitf701d3e90073f57686b8e6df4756a0717243dba4 (patch)
tree048ba1809a3d6fb498eb45fbbb93cc5b55c5051a /irc
parent2eb8f480fa87857e5f05978aadbf680632d86011 (diff)
downloadFreeBSD-ports-f701d3e90073f57686b8e6df4756a0717243dba4.zip
FreeBSD-ports-f701d3e90073f57686b8e6df4756a0717243dba4.tar.gz
BROKEN on 5.1: bad C++
Diffstat (limited to 'irc')
-rw-r--r--irc/ircatlite/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/irc/ircatlite/Makefile b/irc/ircatlite/Makefile
index 75ecdd1..5fd7298 100644
--- a/irc/ircatlite/Makefile
+++ b/irc/ircatlite/Makefile
@@ -14,6 +14,12 @@ DISTNAME= IRcatLite-r20000308
MAINTAINER= goto@snowy.to
COMMENT= A GTK based 'Internet Relay Chat' Client
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile (bad C++ code)"
+.endif
+
USE_GTK= yes
GNU_CONFIGURE= yes
@@ -32,4 +38,4 @@ do-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud