aboutsummaryrefslogtreecommitdiffstats
path: root/irc/bitchx/Makefile
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2004-01-05 17:10:55 +0800
committerarved <arved@FreeBSD.org>2004-01-05 17:10:55 +0800
commitd44fd364d11c61235cc1dfe25d8ffd3545e9101e (patch)
tree21f1ea241522f575c9a24cac8da33dd0bdb92671 /irc/bitchx/Makefile
parentff57ad04a03688b4c44bf0987f7c50608401eace (diff)
downloadfreebsd-ports-gnome-d44fd364d11c61235cc1dfe25d8ffd3545e9101e.tar.gz
freebsd-ports-gnome-d44fd364d11c61235cc1dfe25d8ffd3545e9101e.tar.zst
freebsd-ports-gnome-d44fd364d11c61235cc1dfe25d8ffd3545e9101e.zip
Mark WITH_TCL BROKEN on 5.x
Diffstat (limited to 'irc/bitchx/Makefile')
-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)