# HG changeset patch # User Christopher Rogers # Date 1291331055 0 # Node ID 55fee7e071f63d799fdcf795542743767c844551 # Parent 248c71289c04b27dfb0942a0aaf6b87f1f83772b Up: warzone2100 to 2.3.6. Added --disable-motif so we don't need openmotif as depend for warzone2100 to run. diff -r 248c71289c04 -r 55fee7e071f6 warzone2100/receipt --- a/warzone2100/receipt Fri Dec 03 11:08:01 2010 +0800 +++ b/warzone2100/receipt Thu Dec 02 23:04:15 2010 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="warzone2100" -VERSION="2.3.5" +VERSION="2.3.6" CATEGORY="games" SHORT_DESC="3D realtime strategy game on a future Earth" MAINTAINER="slaxemulator@gmail.com" @@ -19,6 +19,7 @@ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ + --disable-motif \ $CONFIGURE_ARGS && make && make DESTDIR=$PWD/_pkg install }