diff options
Diffstat (limited to 'irc/irssi/Makefile')
-rw-r--r-- | irc/irssi/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/irc/irssi/Makefile b/irc/irssi/Makefile index 3e47453..18b0f57 100644 --- a/irc/irssi/Makefile +++ b/irc/irssi/Makefile @@ -23,6 +23,10 @@ MAN1= irssi.1 .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502000 +BROKEN= "Does not compile" +.endif + # Set option defaults. .if ! defined(WITH_GLIB) |