diff options
Diffstat (limited to 'net-im/centerim/Makefile')
-rw-r--r-- | net-im/centerim/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-im/centerim/Makefile b/net-im/centerim/Makefile index 4b41b91c0101..04c2faa61889 100644 --- a/net-im/centerim/Makefile +++ b/net-im/centerim/Makefile @@ -46,6 +46,10 @@ PORTDOCS= FAQ README .include <bsd.port.pre.mk> +.if ${OSVERSION} > 900007 +BROKEN= fails to build with new utmpx +.endif + .if defined(WITHOUT_NLS) CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " |