aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-01-05 09:10:55 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-01-05 09:10:55 +0000
commitf29b6e1741fdd3e9e4265b0707a9f0eacd04f7ea (patch)
tree195eb2ba3b1ac682ace6537f159eb959a5db50e6 /irc
parent24ec454cb9a2796da359e7662221140e17059508 (diff)
downloadports-f29b6e1741fdd3e9e4265b0707a9f0eacd04f7ea.tar.gz
ports-f29b6e1741fdd3e9e4265b0707a9f0eacd04f7ea.zip
Notes
Diffstat (limited to 'irc')
-rw-r--r--irc/bitchx/Makefile3
1 files changed, 3 insertions, 0 deletions
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)