diff options
author | gahr <gahr@FreeBSD.org> | 2016-07-06 22:30:44 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2016-07-06 22:30:44 +0800 |
commit | 02f0f21e3fdefd60f1addb0f3aaec979818e81f6 (patch) | |
tree | 319a1a3a505827f76b864d7083a45d80a4559b72 /irc | |
parent | 6531c3a7c8abc35eb2be007d679748191681b41a (diff) | |
download | freebsd-ports-graphics-02f0f21e3fdefd60f1addb0f3aaec979818e81f6.tar.gz freebsd-ports-graphics-02f0f21e3fdefd60f1addb0f3aaec979818e81f6.tar.zst freebsd-ports-graphics-02f0f21e3fdefd60f1addb0f3aaec979818e81f6.zip |
irc/epic4: do not depend on a specific version of Tcl
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 73feecce233..e284382c9a1 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 |