diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2003-07-26 17:59:12 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2003-07-26 17:59:12 +0000 |
commit | a32868066557c877fb89510bf607787c94849ed1 (patch) | |
tree | 392473141adf13d8c856ebb45432198ecdc35201 /irc | |
parent | 1f3b1ef40d6a0369315b01ad5e22742e0e6f4946 (diff) | |
download | ports-a32868066557c877fb89510bf607787c94849ed1.tar.gz ports-a32868066557c877fb89510bf607787c94849ed1.zip |
Notes
Diffstat (limited to 'irc')
-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 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 |