diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-01-05 09:10:55 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-01-05 09:10:55 +0000 |
commit | f29b6e1741fdd3e9e4265b0707a9f0eacd04f7ea (patch) | |
tree | 195eb2ba3b1ac682ace6537f159eb959a5db50e6 /irc/bitchx | |
parent | 24ec454cb9a2796da359e7662221140e17059508 (diff) | |
download | ports-f29b6e1741fdd3e9e4265b0707a9f0eacd04f7ea.tar.gz ports-f29b6e1741fdd3e9e4265b0707a9f0eacd04f7ea.zip |
Mark WITH_TCL BROKEN on 5.x
Notes
Notes:
svn path=/head/; revision=97339
Diffstat (limited to 'irc/bitchx')
-rw-r--r-- | irc/bitchx/Makefile | 3 |
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) |