svn commit: r504016 - head/irc/eggdrop-devel

Pietro Cerutti gahr at FreeBSD.org
Wed Jun 12 15:37:39 UTC 2019


Author: gahr
Date: Wed Jun 12 15:37:38 2019
New Revision: 504016
URL: https://svnweb.freebsd.org/changeset/ports/504016

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

Modified:
  head/irc/eggdrop-devel/Makefile

Modified: head/irc/eggdrop-devel/Makefile
==============================================================================
--- head/irc/eggdrop-devel/Makefile	Wed Jun 12 15:37:02 2019	(r504015)
+++ head/irc/eggdrop-devel/Makefile	Wed Jun 12 15:37:38 2019	(r504016)
@@ -14,7 +14,7 @@ COMMENT=	The most popular open source Internet Relay C
 
 LICENSE=	GPLv2
 
-USES=		tcl:85+ ssl
+USES=		tcl ssl
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--with-tcllib=${LOCALBASE}/lib/libtcl${TCL_SHLIB_VER}.so \
 		--with-tclinc=${LOCALBASE}/include/tcl${TCL_VER}/tcl.h


More information about the svn-ports-all mailing list