diff options
author | netchild <netchild@FreeBSD.org> | 2003-07-26 17:59:12 +0000 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2003-07-26 17:59:12 +0000 |
commit | c58cace227d96a2570a9a712430317e8cdf09c2a (patch) | |
tree | c73d6b304a09bb741a61c6730ddefaaeebddfca7 /irc/eggdrop/Makefile | |
parent | 12c69ede1f1894014030fc6e01194965ebc4e001 (diff) | |
download | FreeBSD-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/Makefile | 2 |
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 |