1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

irc/epic4: depend on Tcl via USES=tcl instead of LIB_DEPEND'ing on it

This commit is contained in:
Pietro Cerutti 2016-05-11 13:07:04 +00:00
parent cc5b28acc0
commit 6e2289116f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=414990

View File

@ -36,7 +36,7 @@ CONFIGURE_ARGS+= --without-ipv6
.endif
.if ${PORT_OPTIONS:MTCL}
LIB_DEPENDS+= libtcl84.so:lang/tcl84
USES+= tcl:84
CONFIGURE_ARGS+= --with-tcl
.else
CONFIGURE_ARGS+= --without-tcl