wok diff warzone2100/receipt @ rev 7615

Added xorg-dev-proto to xorg-server-dev depends. Needs xorg-dev-proto for pkg-config to work with xorg-server-dev.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Dec 11 21:51:57 2010 +0000 (2010-12-11)
parents 984ef823b1f3
children 7105413c66f2
line diff
     1.1 --- a/warzone2100/receipt	Thu Oct 07 12:28:16 2010 +0000
     1.2 +++ b/warzone2100/receipt	Sat Dec 11 21:51:57 2010 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="warzone2100"
     1.7 -VERSION="2.3.5"
     1.8 +VERSION="2.3.6"
     1.9  CATEGORY="games"
    1.10  SHORT_DESC="3D realtime strategy game on a future Earth"
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12 @@ -19,6 +19,7 @@
    1.13  		--prefix=/usr \
    1.14  		--infodir=/usr/share/info \
    1.15  		--mandir=/usr/share/man \
    1.16 +		--disable-motif \
    1.17  		$CONFIGURE_ARGS &&
    1.18  	make && make DESTDIR=$PWD/_pkg install
    1.19  }