aboutsummaryrefslogtreecommitdiffstats
path: root/irc/eggdrop
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2003-07-27 01:59:12 +0800
committernetchild <netchild@FreeBSD.org>2003-07-27 01:59:12 +0800
commitc58cace227d96a2570a9a712430317e8cdf09c2a (patch)
treec73d6b304a09bb741a61c6730ddefaaeebddfca7 /irc/eggdrop
parent12c69ede1f1894014030fc6e01194965ebc4e001 (diff)
downloadfreebsd-ports-gnome-c58cace227d96a2570a9a712430317e8cdf09c2a.tar.gz
freebsd-ports-gnome-c58cace227d96a2570a9a712430317e8cdf09c2a.tar.zst
freebsd-ports-gnome-c58cace227d96a2570a9a712430317e8cdf09c2a.zip
Fix logic for conditional TCL support.
Submitted by: maintainer
Diffstat (limited to 'irc/eggdrop')
-rw-r--r--irc/eggdrop/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/eggdrop/Makefile b/irc/eggdrop/Makefile
index 0931c7c6f4ae..d6d09645d9e5 100644
--- a/irc/eggdrop/Makefile
+++ b/irc/eggdrop/Makefile
@@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME:S/-//}${PORTVERSION}
MAINTAINER= q@uni.de
COMMENT= The most popular open source Internet Relay Chat bot
-.if !defined(WITH_TCL)
+.if !defined(WITHOUT_TCL)
BUILD_DEPENDS+= ${LOCALBASE}/include/tcl8.3/tcl.h:${PORTSDIR}/lang/tcl83
CONFIGURE_ARGS+= --with-tcllib=${LOCALBASE}/lib/libtcl83.so \
--with-tclinc=${LOCALBASE}/include/tcl8.3/tcl.h