diff options
-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 |