svn commit: r345202 - head/irc/znc

Pietro Cerutti gahr at FreeBSD.org
Thu Feb 20 10:09:24 UTC 2014


Author: gahr
Date: Thu Feb 20 10:09:24 2014
New Revision: 345202
URL: http://svnweb.freebsd.org/changeset/ports/345202
QAT: https://qat.redports.org/buildarchive/r345202/

Log:
  - Convert to USES=tcl

Modified:
  head/irc/znc/Makefile

Modified: head/irc/znc/Makefile
==============================================================================
--- head/irc/znc/Makefile	Thu Feb 20 10:08:27 2014	(r345201)
+++ head/irc/znc/Makefile	Thu Feb 20 10:09:24 2014	(r345202)
@@ -54,8 +54,7 @@ USE_PERL5+=		run build
 .endif
 
 .if ${PORT_OPTIONS:MTCL}
-USE_TCL=		84+
-.include "${PORTSDIR}/Mk/bsd.tcl.mk"
+USES+=			tcl
 CONFIGURE_ARGS+=	--with-tcl=${TCL_LIBDIR}
 .endif
 


More information about the svn-ports-all mailing list