diff options
-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" |