Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jun 2019 15:37:02 +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: r504015 - head/irc/eggdrop
Message-ID:  <201906121537.x5CFb2aX006427@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Wed Jun 12 15:37:02 2019
New Revision: 504015
URL: https://svnweb.freebsd.org/changeset/ports/504015

Log:
  irc/eggdrop: remove meaningless 85+ from USES tcl

Modified:
  head/irc/eggdrop/Makefile

Modified: head/irc/eggdrop/Makefile
==============================================================================
--- head/irc/eggdrop/Makefile	Wed Jun 12 15:35:41 2019	(r504014)
+++ head/irc/eggdrop/Makefile	Wed Jun 12 15:37:02 2019	(r504015)
@@ -16,7 +16,7 @@ LICENSE=	GPLv2
 
 OPTIONS_DEFINE=	DOCS
 
-USES=		tcl:85+
+USES=		tcl
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--with-tcllib=${LOCALBASE}/lib/libtcl${TCL_SHLIB_VER}.so \
 		--with-tclinc=${LOCALBASE}/include/tcl${TCL_VER}/tcl.h



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