1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Fix DEPENDS

PR:		ports/63033
Submitted by:	maintainer
This commit is contained in:
Kirill Ponomarev 2004-02-19 09:00:55 +00:00
parent 67676e1060
commit 9321a1b489
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101370

View File

@ -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