Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Dec 2015 15:46:14 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r402834 - branches/2015Q4/sysutils/conky
Message-ID:  <201512021546.tB2FkEVY026259@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512021546.tB2FkEVY026259>