diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 12:25:40 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 12:25:40 +0000 |
commit | 192bd28d577be473a04f3fec2b8025566b214a8c (patch) | |
tree | 768c01ce3cf569300b184f997e8d124ef09bb09e /irc | |
parent | cf8f4bed6e0f40ff34f3c8262890f50eacad3ae6 (diff) | |
download | ports-192bd28d577be473a04f3fec2b8025566b214a8c.tar.gz ports-192bd28d577be473a04f3fec2b8025566b214a8c.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ircatlite/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/irc/ircatlite/Makefile b/irc/ircatlite/Makefile index 75ecdd1c2c92..5fd72980abad 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> |