[PC-BSD Commits] r19325 - pbi/modules/sysutils/conky
svn at pcbsd.org
svn at pcbsd.org
Tue Sep 18 07:13:42 PDT 2012
Author: kenmoore
Date: 2012-09-18 14:13:42 +0000 (Tue, 18 Sep 2012)
New Revision: 19325
Modified:
pbi/modules/sysutils/conky/pbi.conf
Log:
Enable the "USE_XORG=true" flag for sysutils/conky and rebuild. This should allow it to include the LUA libraries it needs
Modified: pbi/modules/sysutils/conky/pbi.conf
===================================================================
--- pbi/modules/sysutils/conky/pbi.conf 2012-09-18 14:01:48 UTC (rev 19324)
+++ pbi/modules/sysutils/conky/pbi.conf 2012-09-18 14:13:42 UTC (rev 19325)
@@ -21,8 +21,8 @@
# The target port we are building
PBI_MAKEPORT="sysutils/conky"
-PBI_MAKEOPTS="WITH_LUA=true WITH_LUA_CAIRO=true WITH_LUA_IMLIB2=true"
+PBI_MAKEOPTS="USE_XORG=true WITH_LUA=true WITH_LUA_CAIRO=true WITH_LUA_IMLIB2=true"
-PBI_BUILDKEY="01"; export PBI_BUILDKEY
+PBI_BUILDKEY="02"; export PBI_BUILDKEY
export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT PBI_MAKEOPTS
More information about the Commits
mailing list