Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jun 2019 15:35:41 +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: r504014 - head/irc/gseen.mod
Message-ID:  <201906121535.x5CFZfel006267@repo.freebsd.org>

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

Log:
  irc/gseen.mod: remove meaningless 85+ from USES tcl

Modified:
  head/irc/gseen.mod/Makefile

Modified: head/irc/gseen.mod/Makefile
==============================================================================
--- head/irc/gseen.mod/Makefile	Wed Jun 12 15:33:44 2019	(r504013)
+++ head/irc/gseen.mod/Makefile	Wed Jun 12 15:35:41 2019	(r504014)
@@ -17,7 +17,7 @@ EXTRACT_DEPENDS=${NONEXISTENT}:irc/eggdrop:extract
 BUILD_DEPENDS=	eggdrop:irc/eggdrop
 RUN_DEPENDS=	eggdrop:irc/eggdrop
 
-USES=		tcl:85+
+USES=		tcl
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-tcllib=${LOCALBASE}/lib/libtcl${TCL_VER:S/.//}.so \
 		--with-tclinc=${TCL_INCLUDEDIR}/tcl.h



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