summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2003-07-26 17:59:12 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2003-07-26 17:59:12 +0000
commita32868066557c877fb89510bf607787c94849ed1 (patch)
tree392473141adf13d8c856ebb45432198ecdc35201 /irc
parentUpdate to 2.0.9 (diff)
Fix logic for conditional TCL support.
Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=85635
Diffstat (limited to 'irc')
-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