svn commit: r402833 - head/sysutils/conky

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Dec 2 15:45:20 UTC 2015


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


More information about the svn-ports-head mailing list