summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-04-23 14:21:56 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-04-23 14:21:56 +0000
commit855732b11b4bc127ab4f3c38c40c09eef5a49b4f (patch)
treedb017f0481aa3b7087dba103270a78712a72cf19 /irc
parentUpdate to 2.4.8. (diff)
Add ONLY_FOR_ARCHS= i386 to the WITH_TCL case.
Submitted by: eivind
Notes
Notes: svn path=/head/; revision=79516
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 d0c7585492f9..29bb756dda03 100644
--- a/irc/bitchx/Makefile
+++ b/irc/bitchx/Makefile
@@ -66,13 +66,16 @@ CONFIGURE_ARGS+=--enable-sound
USE_IPV6= yes
CONFIGURE_ARGS+=--enable-ipv6
.endif
+
.if defined(WITH_TCL)
BUILD_DEPENDS+= ${LOCALBASE}/include/tcl8.3/tcl.h:${PORTSDIR}/lang/tcl83
CONFIGURE_ARGS+=--with-tcl \
--with-tcl-libs=${LOCALBASE}/lib
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/tcl8.3"
CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/tcl8.3
+ONLY_FOR_ARCHS= i386
.endif
+
.if defined(WITH_SOCKS5)
BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5
CONFIGURE_ARGS+= --with-socks5=${LOCALBASE}