Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Dec 2015 15:45:19 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r402833 - head/sysutils/conky
Message-ID:  <201512021545.tB2FjJ2u026068@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Dec  2 15:45:19 2015
New Revision: 402833
URL: https://svnweb.freebsd.org/changeset/ports/402833

Log:
  - Fix build with LUA_CAIRO or LUA_IMLIB2 enabled
  
  PR:		204778
  Submitted by:	walkerd@pamandduncan.co.uk
  Approved by:	portmgr blanket
  MFH:		2015Q4 (blanket)

Modified:
  head/sysutils/conky/Makefile

Modified: head/sysutils/conky/Makefile
==============================================================================
--- head/sysutils/conky/Makefile	Wed Dec  2 15:43:54 2015	(r402832)
+++ head/sysutils/conky/Makefile	Wed Dec  2 15:45:19 2015	(r402833)
@@ -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?201512021545.tB2FjJ2u026068>