svn commit: r414990 - head/irc/epic4

Pietro Cerutti gahr at FreeBSD.org
Wed May 11 13:07:06 UTC 2016


Author: gahr
Date: Wed May 11 13:07:04 2016
New Revision: 414990
URL: https://svnweb.freebsd.org/changeset/ports/414990

Log:
  irc/epic4: depend on Tcl via USES=tcl instead of LIB_DEPEND'ing on it

Modified:
  head/irc/epic4/Makefile

Modified: head/irc/epic4/Makefile
==============================================================================
--- head/irc/epic4/Makefile	Wed May 11 13:06:48 2016	(r414989)
+++ head/irc/epic4/Makefile	Wed May 11 13:07:04 2016	(r414990)
@@ -36,7 +36,7 @@ CONFIGURE_ARGS+=	--without-ipv6
 .endif
 
 .if ${PORT_OPTIONS:MTCL}
-LIB_DEPENDS+=		libtcl84.so:lang/tcl84
+USES+=			tcl:84
 CONFIGURE_ARGS+=	--with-tcl
 .else
 CONFIGURE_ARGS+=	--without-tcl


More information about the svn-ports-all mailing list