summaryrefslogtreecommitdiffstats
path: root/irc/eggdrop/Makefile
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2003-07-26 17:59:12 +0000
committernetchild <netchild@FreeBSD.org>2003-07-26 17:59:12 +0000
commitc58cace227d96a2570a9a712430317e8cdf09c2a (patch)
treec73d6b304a09bb741a61c6730ddefaaeebddfca7 /irc/eggdrop/Makefile
parent12c69ede1f1894014030fc6e01194965ebc4e001 (diff)
downloadFreeBSD-ports-c58cace227d96a2570a9a712430317e8cdf09c2a.zip
FreeBSD-ports-c58cace227d96a2570a9a712430317e8cdf09c2a.tar.gz
Fix logic for conditional TCL support.
Submitted by: maintainer
Diffstat (limited to 'irc/eggdrop/Makefile')
-rw-r--r--irc/eggdrop/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/eggdrop/Makefile b/irc/eggdrop/Makefile
index 0931c7c..d6d0964 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
OpenPOWER on IntegriCloud