diff options
author | Erik Hanson <erik@slackbuilds.org> | 2012-08-27 11:51:51 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-08-27 11:51:51 -0500 |
commit | be15f28888e1b35c5a97caeb295cd7e1cdbeb5d0 (patch) | |
tree | af6de35d71a22bc6be97ac5ad2a1aa808cd966ec /games/odamex | |
parent | 137662d12eabf5b6de5c61c671d999d306b67f6c (diff) | |
download | slackbuilds-be15f28888e1b35c5a97caeb295cd7e1cdbeb5d0.tar.gz |
games/odamex: Fixed dep info
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'games/odamex')
-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" |