diff options
-rw-r--r-- | games/cubosphere/README | 2 | ||||
-rw-r--r-- | games/cubosphere/cubosphere.info | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/games/cubosphere/README b/games/cubosphere/README index 7464cba0a2..a626d23347 100644 --- a/games/cubosphere/README +++ b/games/cubosphere/README @@ -3,7 +3,5 @@ Away". It is designed platform independend, written in C++ and using the following libraries: OpenGL, SDL (Simple DirectMedia Layer), libjpeg, LUA, GLSL-Shader. -This requires lua. - Note: In order to load the background music (eg. loading *.mp3 files), install smpeg and then rebuild the sdl package that comes with Slackware. diff --git a/games/cubosphere/cubosphere.info b/games/cubosphere/cubosphere.info index 328ffd41d2..4695bbdf4c 100644 --- a/games/cubosphere/cubosphere.info +++ b/games/cubosphere/cubosphere.info @@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/cubosphere/cubosphere_unix_0.04b.tar. MD5SUM="4d594015196bb546576903f225f3b3c8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="lua smpeg" +REQUIRES="lua" MAINTAINER="Larry Hajali" EMAIL="larryhaja[at]gmail[dot]com" |