diff options
author | Erik Hanson <erik@slackbuilds.org> | 2012-08-27 11:42:24 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-08-27 11:42:24 -0500 |
commit | 03c3fce79ade5c40d7434ece77b88c9e9f9bd93f (patch) | |
tree | 029a7540796dcde19d7736730aa1d1265130ba58 /games/spring | |
parent | edf13f839d3990930d6a1e5776839d31b7e027ff (diff) | |
download | slackbuilds-03c3fce79ade5c40d7434ece77b88c9e9f9bd93f.tar.gz |
games/spring: Fixed dep info
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'games/spring')
-rw-r--r-- | games/spring/README | 3 | ||||
-rw-r--r-- | games/spring/spring.info | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/games/spring/README b/games/spring/README index 634e36b917..2287c84be5 100644 --- a/games/spring/README +++ b/games/spring/README @@ -1,4 +1 @@ Spring is a project aiming to create a new and versatile RTS Engine. - -This requires p7zip, OpenAL, and DevIL. -You will also need jdk from /extra. diff --git a/games/spring/spring.info b/games/spring/spring.info index b5ac8e8ef0..4030a2cc7b 100644 --- a/games/spring/spring.info +++ b/games/spring/spring.info @@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/springrts/spring_89.0_src.tar.gz" MD5SUM="20f61f980dc862a029c024d82ed92f83" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="DevIL OpenAL p7zip" +REQUIRES="DevIL OpenAL p7zip jdk" MAINTAINER="Juan Pablo Cordova E." EMAIL="jpcordovae@gmail.com" |