svn commit: r504014 - head/irc/gseen.mod

Pietro Cerutti gahr at FreeBSD.org
Wed Jun 12 15:35:42 UTC 2019


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


More information about the svn-ports-all mailing list