diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2016-07-06 14:30:44 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2016-07-06 14:30:44 +0000 |
commit | d06cd1382c6f094779ace7b99212bbab0f140e6a (patch) | |
tree | 319a1a3a505827f76b864d7083a45d80a4559b72 /irc | |
parent | 481bb1dc4f2605b2f251869df81887bcffefc90e (diff) | |
download | ports-d06cd1382c6f094779ace7b99212bbab0f140e6a.tar.gz ports-d06cd1382c6f094779ace7b99212bbab0f140e6a.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/epic4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/epic4/Makefile b/irc/epic4/Makefile index 73feecce233b..e284382c9a1b 100644 --- a/irc/epic4/Makefile +++ b/irc/epic4/Makefile @@ -3,7 +3,7 @@ PORTNAME= epic4 PORTVERSION= 2.10.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= irc ipv6 MASTER_SITES= http://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/ \ http://tehran.lain.pl/epic-mirror/EPIC4-PRODUCTION/ \ @@ -36,7 +36,7 @@ CONFIGURE_ARGS+= --without-ipv6 .endif .if ${PORT_OPTIONS:MTCL} -USES+= tcl:84 +USES+= tcl CONFIGURE_ARGS+= --with-tcl .else CONFIGURE_ARGS+= --without-tcl |