aboutsummaryrefslogtreecommitdiff
path: root/games/frotz/README
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2021-02-15 13:17:56 -0500
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-02-21 00:05:07 +0700
commit9b948dd5af9bd63ee1da8e6ba96cd940114f7fca (patch)
treee0fe441d34254f58d886f93487f02367b5332c7d /games/frotz/README
parente2072c21c8c038f3e9a5585516552a31c06e71a5 (diff)
games/frotz: Fix non-libmodplug build.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/frotz/README')
-rw-r--r--games/frotz/README9
1 files changed, 7 insertions, 2 deletions
diff --git a/games/frotz/README b/games/frotz/README
index 11b9f1eeece35..20f3a359e66d1 100644
--- a/games/frotz/README
+++ b/games/frotz/README
@@ -4,5 +4,10 @@ Frotz is an interpreter for Infocom games and other Z-machine games. It
complies with standard 1.0 of Graham Nelson's specification. Games can
be found at: http://www.ifarchive.org/
-Optional dependencies: SDL2 and SDL2_mixer. If these are installed,
-the SDL build of frotz (sfrotz) will be included in the package.
+Optional dependencies:
+
+libmodplug - If this is installed, the curses build (frotz) will
+support sound.
+
+SDL2_mixer - If this is installed, the SDL build of frotz (sfrotz) will
+be included in the package. sfrotz always supports sound.