From owner-svn-ports-all@freebsd.org Wed Dec 2 15:46:15 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E2955A3E866; Wed, 2 Dec 2015 15:46:15 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AFB971324; Wed, 2 Dec 2015 15:46:15 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB2FkENn026260; Wed, 2 Dec 2015 15:46:14 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB2FkEVY026259; Wed, 2 Dec 2015 15:46:14 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512021546.tB2FkEVY026259@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 2 Dec 2015 15:46:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r402834 - branches/2015Q4/sysutils/conky X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Dec 2015 15:46:16 -0000 Author: amdmi3 Date: Wed Dec 2 15:46:14 2015 New Revision: 402834 URL: https://svnweb.freebsd.org/changeset/ports/402834 Log: MFH: r402833 - Fix build with LUA_CAIRO or LUA_IMLIB2 enabled PR: 204778 Submitted by: walkerd@pamandduncan.co.uk Approved by: portmgr blanket Approved by: ports-secteam blanket Modified: branches/2015Q4/sysutils/conky/Makefile Directory Properties: branches/2015Q4/ (props changed) Modified: branches/2015Q4/sysutils/conky/Makefile ============================================================================== --- branches/2015Q4/sysutils/conky/Makefile Wed Dec 2 15:45:19 2015 (r402833) +++ branches/2015Q4/sysutils/conky/Makefile Wed Dec 2 15:46:14 2015 (r402834) @@ -116,7 +116,7 @@ CONFIGURE_ARGS+= --disable-lua .endif .if ${PORT_OPTIONS:MLUA_CAIRO} || ${PORT_OPTIONS:MLUA_IMLIB2} -LUA_COMPS= toluaxx +LIB_DEPENDS+= libtolua++-5.1.so:${PORTSDIR}/lang/tolua++ .endif post-patch: