games/glestae: Fixed dep info

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Erik Hanson 2012-08-27 12:45:37 -05:00
parent c0643a01e6
commit 0e78e6b1f8
2 changed files with 2 additions and 3 deletions

View file

@ -2,5 +2,4 @@ Glest Advanced Engine is a community driven project which extends and
improves on Glest. It aims to provide features and tools that help people
develop higher quality 3D real-time strategy games for all major platforms.
This requires lua, OpenAL, and physfs.
cppunit and wxGTK or wxPython are optional dependencies.
cppunit and wxPython are optional dependencies.

View file

@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/glestae/glestae-src-0.3.93.tar.bz2"
MD5SUM="83fec41c3c163dfb8437df93e98b5901"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="OpenAL cppunit lua physfs wxPython"
REQUIRES="OpenAL lua physfs"
MAINTAINER="Larry Hajali"
EMAIL="larryhaja[at]gmail[dot]com"