Date: Thu, 20 Feb 2014 10:08:28 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345201 - head/irc/weechat Message-ID: <201402201008.s1KA8S9T083421@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gahr Date: Thu Feb 20 10:08:27 2014 New Revision: 345201 URL: http://svnweb.freebsd.org/changeset/ports/345201 QAT: https://qat.redports.org/buildarchive/r345201/ Log: - Convert to USES=tcl - Fix LIB_DEPENDS format Modified: head/irc/weechat/Makefile Modified: head/irc/weechat/Makefile ============================================================================== --- head/irc/weechat/Makefile Thu Feb 20 10:06:14 2014 (r345200) +++ head/irc/weechat/Makefile Thu Feb 20 10:08:27 2014 (r345201) @@ -87,7 +87,7 @@ PLIST_SUB+= RUBY="@comment " .if ${PORT_OPTIONS:MGNUTLS} USES+= pkgconfig -LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= libgnutls.so:${PORTSDIR}/security/gnutls .else CMAKE_ARGS+= -DENABLE_GNUTLS=no .endif @@ -101,8 +101,7 @@ PLIST_SUB+= PERL="@comment " .endif .if ${PORT_OPTIONS:MTCL} -USE_TCL= 85+ -.include "${PORTSDIR}/Mk/bsd.tcl.mk" +USES+= tcl:85+ CMAKE_ARGS+= -DBSD_TCL_VER=${TCL_VER} \ -DBSD_TCL_LIBDIR=${LOCALBASE}/lib \ -DBSD_TCL_INCDIR=${TCL_INCLUDEDIR} @@ -151,7 +150,7 @@ PLIST_SUB+= MANPAGES="@comment " .endif .if ${PORT_OPTIONS:MBACKTRACE} -LIB_DEPENDS+= execinfo:${PORTSDIR}/devel/libexecinfo +LIB_DEPENDS+= libexecinfo.so:${PORTSDIR}/devel/libexecinfo .endif .if ${PORT_OPTIONS:MICON}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402201008.s1KA8S9T083421>