svn commit: r345199 - head/irc/weechat-devel

Pietro Cerutti gahr at FreeBSD.org
Thu Feb 20 10:05:22 UTC 2014


Author: gahr
Date: Thu Feb 20 10:05:21 2014
New Revision: 345199
URL: http://svnweb.freebsd.org/changeset/ports/345199
QAT: https://qat.redports.org/buildarchive/r345199/

Log:
  - Convert to USES=tcl

Modified:
  head/irc/weechat-devel/Makefile

Modified: head/irc/weechat-devel/Makefile
==============================================================================
--- head/irc/weechat-devel/Makefile	Thu Feb 20 10:04:56 2014	(r345198)
+++ head/irc/weechat-devel/Makefile	Thu Feb 20 10:05:21 2014	(r345199)
@@ -111,7 +111,7 @@ PLIST_SUB+=	PERL="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MTCL}
-USE_TCL=	85+
+USES+=		tcl:85+
 .include "${PORTSDIR}/Mk/bsd.tcl.mk"
 CMAKE_ARGS+=	-DBSD_TCL_VER=${TCL_VER} \
 		-DBSD_TCL_LIBDIR=${LOCALBASE}/lib \


More information about the svn-ports-head mailing list