diff options
author | Erik Hanson <erik@slackbuilds.org> | 2012-08-27 13:05:13 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-08-27 13:05:13 -0500 |
commit | 4f4ecbf30e070e89695579c7d5c145af779a5bc5 (patch) | |
tree | d523bbb0025cab636ac4ed35a064749ac33ce56d /games/0ad | |
parent | 15f6def5f20c4bff02315c2b46e68d02a30413d9 (diff) | |
download | slackbuilds-4f4ecbf30e070e89695579c7d5c145af779a5bc5.tar.gz |
games/0ad: Fixed dep info
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'games/0ad')
-rw-r--r-- | games/0ad/0ad.info | 2 | ||||
-rw-r--r-- | games/0ad/README | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/games/0ad/0ad.info b/games/0ad/0ad.info index 8d6970f6aa..2772f424c6 100644 --- a/games/0ad/0ad.info +++ b/games/0ad/0ad.info @@ -5,6 +5,6 @@ DOWNLOAD="http://releases.wildfiregames.com/0ad-r11863-alpha-unix-build.tar.xz" MD5SUM="f42a2e18515cbcd48b99f0ea3796b3a4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="0ad-data OpenAL atlas wxGTK wxPython" +REQUIRES="0ad-data OpenAL" MAINTAINER="Erik Hanson" EMAIL="erik@slackbuilds.org" diff --git a/games/0ad/README b/games/0ad/README index b0ada60569..1f7344ab01 100644 --- a/games/0ad/README +++ b/games/0ad/README @@ -1,7 +1,5 @@ 0 A.D. (pronounced "zero ey-dee") is a free, open-source, cross-platform real-time strategy (RTS) game of ancient warfare. -To include the Atlas editor, which requires wxPython or wxGTK: +To include the Atlas editor, which requires wxPython: ATLAS=enable ./0ad.SlackBuild - -Requires OpenAL to build and 0ad-data to play. |