diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2016-05-11 13:07:04 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2016-05-11 13:07:04 +0000 |
commit | 6e2289116fa45f6272eacb37233cb87c6f905ce7 (patch) | |
tree | b74d4b2ff9fb8c012b2e37793374dd4661a89542 /irc/epic4 | |
parent | cc5b28acc05040ca7ce3dafc55d96f8f89d42994 (diff) | |
download | ports-6e2289116fa45f6272eacb37233cb87c6f905ce7.tar.gz ports-6e2289116fa45f6272eacb37233cb87c6f905ce7.zip |
Notes
Diffstat (limited to 'irc/epic4')
-rw-r--r-- | irc/epic4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/epic4/Makefile b/irc/epic4/Makefile index be042733193f..73feecce233b 100644 --- a/irc/epic4/Makefile +++ b/irc/epic4/Makefile @@ -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 |