From d44fd364d11c61235cc1dfe25d8ffd3545e9101e Mon Sep 17 00:00:00 2001 From: arved Date: Mon, 5 Jan 2004 09:10:55 +0000 Subject: Mark WITH_TCL BROKEN on 5.x --- irc/bitchx/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'irc') diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile index 7917f12c5859..e30399e11823 100644 --- a/irc/bitchx/Makefile +++ b/irc/bitchx/Makefile @@ -83,6 +83,9 @@ CONFIGURE_ARGS+=--with-tcl \ CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/tcl8.3" CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/tcl8.3 ONLY_FOR_ARCHS= i386 +.if ${OSVERSION} > 500017 +BROKEN= "WITH_TCL is not available on 5.X, try to install without TCL" +.endif .endif .if defined(WITH_SOCKS5) -- cgit