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:
parent
67676e1060
commit
9321a1b489
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101370
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user