svn commit: r402834 - branches/2015Q4/sysutils/conky

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Dec 2 15:46:16 UTC 2015


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 at 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:


More information about the svn-ports-all mailing list