svn commit: r504015 - head/irc/eggdrop

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


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


More information about the svn-ports-all mailing list