aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-02-19 09:00:55 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-02-19 09:00:55 +0000
commit9321a1b4891f20a9cc605a1584ab40c38a2ded60 (patch)
tree632c42e228752d19eb5aa7e3be27819fafcb03bd /irc
parent67676e1060716e4e1f01df7a49415050b126a921 (diff)
downloadports-9321a1b4891f20a9cc605a1584ab40c38a2ded60.tar.gz
ports-9321a1b4891f20a9cc605a1584ab40c38a2ded60.zip
Notes
Diffstat (limited to 'irc')
-rw-r--r--irc/eggdrop/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/eggdrop/Makefile b/irc/eggdrop/Makefile
index 82aa2cc84cb8..6853fe5e81e7 100644
--- a/irc/eggdrop/Makefile
+++ b/irc/eggdrop/Makefile
@@ -7,7 +7,7 @@
PORTNAME= eggdrop
PORTVERSION= 1.6.15
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= irc tcl84
MASTER_SITES= ftp://ftp.eggheads.org/pub/eggdrop/source/1.6/
DISTNAME= ${PORTNAME:S/-//}${PORTVERSION}
@@ -18,7 +18,7 @@ COMMENT= The most popular open source Internet Relay Chat bot
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_TCL)
-BUILD_DEPENDS+= ${LOCALBASE}/include/tcl8.4/tcl.h:${PORTSDIR}/lang/tcl84
+LIB_DEPENDS+= tcl84.1:${PORTSDIR}/lang/tcl84
CONFIGURE_ARGS+= --with-tcllib=${LOCALBASE}/lib/libtcl84.so \
--with-tclinc=${LOCALBASE}/include/tcl8.4/tcl.h
.endif