Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Jul 2016 14:30:45 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r418137 - head/irc/epic4
Message-ID:  <201607061430.u66EUj7l045619@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607061430.u66EUj7l045619>