summaryrefslogtreecommitdiff
path: root/games/frotz/README
diff options
context:
space:
mode:
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 11b9f1eeec..20f3a359e6 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.