svn commit: r418137 - head/irc/epic4

Pietro Cerutti gahr at FreeBSD.org
Wed Jul 6 14:30:46 UTC 2016


Author: gahr
Date: Wed Jul  6 14:30:44 2016
New Revision: 418137
URL: https://svnweb.freebsd.org/changeset/ports/418137

Log:
  irc/epic4: do not depend on a specific version of Tcl

Modified:
  head/irc/epic4/Makefile

Modified: head/irc/epic4/Makefile
==============================================================================
--- head/irc/epic4/Makefile	Wed Jul  6 14:30:16 2016	(r418136)
+++ head/irc/epic4/Makefile	Wed Jul  6 14:30:44 2016	(r418137)
@@ -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


More information about the svn-ports-all mailing list