diff options
author | Erik Hanson <erik@slackbuilds.org> | 2012-08-27 12:45:37 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-08-27 12:45:37 -0500 |
commit | 0e78e6b1f8ecda9a62245b38dc5a634cef8eccfd (patch) | |
tree | 7a41df3cea9f1d3d07a674901d766b8f716fde2b /games/glestae | |
parent | c0643a01e60405a4a5b7a6a653848bf2c2c48d99 (diff) | |
download | slackbuilds-0e78e6b1f8ecda9a62245b38dc5a634cef8eccfd.tar.gz |
games/glestae: Fixed dep info
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'games/glestae')
-rw-r--r-- | games/glestae/README | 3 | ||||
-rw-r--r-- | games/glestae/glestae.info | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/games/glestae/README b/games/glestae/README index 7c446aa1c0..7ea75a8b69 100644 --- a/games/glestae/README +++ b/games/glestae/README @@ -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. diff --git a/games/glestae/glestae.info b/games/glestae/glestae.info index 6e9c195686..28de09f606 100644 --- a/games/glestae/glestae.info +++ b/games/glestae/glestae.info @@ -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" |