[PC-BSD Commits] r3223 - pbibuild/modules/btanks
svn at pcbsd.org
svn at pcbsd.org
Mon Jan 12 07:20:10 PST 2009
Author: kris
Date: 2009-01-12 07:20:09 -0800 (Mon, 12 Jan 2009)
New Revision: 3223
Modified:
pbibuild/modules/btanks/pbi.conf
Log:
Battle tanks needs WITH_LUA set to yes to play most maps, also still need to fix the missing bt.xml issue causing a crash at startup
Modified: pbibuild/modules/btanks/pbi.conf
===================================================================
--- pbibuild/modules/btanks/pbi.conf 2009-01-10 17:14:49 UTC (rev 3222)
+++ pbibuild/modules/btanks/pbi.conf 2009-01-12 15:20:09 UTC (rev 3223)
@@ -28,10 +28,10 @@
OTHERPORT=""
# Enter your custom make options here
-MAKEOPTS=""
+MAKEOPTS="WITH_LUA=yes"
# Build Key - Change this to anything else to trigger a rebuild
# - The rebuild will take place even if port is still the same ver
-BUILDKEY="02"
+BUILDKEY="03"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list