diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2012-08-25 14:39:08 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-25 20:54:13 -0500 |
commit | b18c3c099533fbd7d22cbd11c8dde1bc20b227bd (patch) | |
tree | 68c752363afbd03214ffb3a0da9478dc1acb4ce0 | |
parent | 4b13d7f4085aa491816c023e300b46fd2a12bf77 (diff) | |
download | slackbuilds-b18c3c099533fbd7d22cbd11c8dde1bc20b227bd.tar.gz |
audio/fst: Fixed dep information
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r-- | audio/fst/README | 2 | ||||
-rw-r--r-- | audio/fst/fst.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/fst/README b/audio/fst/README index 9618d7b5b7..e4f37126aa 100644 --- a/audio/fst/README +++ b/audio/fst/README @@ -1,4 +1,4 @@ FST is a program by which uses Wine, JACK, and Steinberg's VST Audio Plug-Ins SDK to enable the use of many VST audio plugins. -This requires jack-audio-connection-kit and wine. lash is optional. +lash is an optional dependency. diff --git a/audio/fst/fst.info b/audio/fst/fst.info index a3dbb0b221..d4c3fc9e06 100644 --- a/audio/fst/fst.info +++ b/audio/fst/fst.info @@ -5,6 +5,6 @@ DOWNLOAD="http://users.otenet.gr/~korgman/fst-2011jan31.tar.gz" MD5SUM="a455ca34b1c07c6d6d496d47d99d2ce0" DOWNLOAD_x86_64="UNSUPPORTED" MD5SUM_x86_64="" -REQUIRES="jack-audio-connection-kit lash wine" +REQUIRES="jack-audio-connection-kit wine" MAINTAINER="Michales Michaloudes" EMAIL="korgie@gmail.com" |