diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-05 16:27:51 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-07 08:45:23 +0700 |
commit | 35a4b0e0f241837c369c95fc7af405e4e287627e (patch) | |
tree | 0ace2bb2bbbcb6b6cd39aaa5b0be9bb331e65944 /audio/mpd/mpd.SlackBuild | |
parent | 0c1c50fb27cfa1251e6630b0015fd1966f9aa9da (diff) |
audio/mpd: Add missing required dep.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/mpd/mpd.SlackBuild')
-rw-r--r-- | audio/mpd/mpd.SlackBuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/mpd/mpd.SlackBuild b/audio/mpd/mpd.SlackBuild index 3a85c205a5335..fe78303efd061 100644 --- a/audio/mpd/mpd.SlackBuild +++ b/audio/mpd/mpd.SlackBuild @@ -23,6 +23,9 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# 20220305 bkw: Modified by SlackBuilds.org: +# - add fmt to REQUIRES. without this, it was dowloading the fmt source. + # 20220218 bkw: Modified by SlackBuilds.org: # - build was failing if libmikmod or libupnp were installed, so I # updated to the latest version (0.23.5). |