diff options
author | arved <arved@FreeBSD.org> | 2004-01-05 17:10:55 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-01-05 17:10:55 +0800 |
commit | d44fd364d11c61235cc1dfe25d8ffd3545e9101e (patch) | |
tree | 21f1ea241522f575c9a24cac8da33dd0bdb92671 /irc/bitchx | |
parent | ff57ad04a03688b4c44bf0987f7c50608401eace (diff) | |
download | freebsd-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')
-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) |