diff options
-rw-r--r-- | games/odamex/README | 1 | ||||
-rw-r--r-- | games/odamex/odamex.info | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/games/odamex/README b/games/odamex/README index 9e096a8886..e984c55542 100644 --- a/games/odamex/README +++ b/games/odamex/README @@ -2,7 +2,6 @@ Odamex (Online Doom Multiplayer Experience) is a modification of DOOM to allow players to compete with each other over the Internet using the client/server architecture. -This requires either wxGTK or wxPython. To hear in-game music, install either eawpats or freepats. You'll also need the game data (WAD file) from one of the following: diff --git a/games/odamex/odamex.info b/games/odamex/odamex.info index 2253aa1d80..5b0e4a30fa 100644 --- a/games/odamex/odamex.info +++ b/games/odamex/odamex.info @@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/odamex/odamex-src-0.5.6.tar.bz2" MD5SUM="acc6aeac1ae9e4cd3504400a3a17178f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="eawpats wxPython" +REQUIRES="wxPython" MAINTAINER="B. Watson" EMAIL="yalhcru@gmail.com" |