diff options
author | miwi <miwi@FreeBSD.org> | 2008-04-27 00:47:18 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-04-27 00:47:18 +0800 |
commit | 778ad64e44ced85b6afa76bf77e9b6362d5af7fd (patch) | |
tree | eefd9a7aff4f6f03858b6cde31a8f1eb57166d0e /audio/Makefile | |
parent | 0b7971bf50e6009df8fdba818b0c8d7b99fb3fbe (diff) | |
download | freebsd-ports-gnome-778ad64e44ced85b6afa76bf77e9b6362d5af7fd.tar.gz freebsd-ports-gnome-778ad64e44ced85b6afa76bf77e9b6362d5af7fd.tar.zst freebsd-ports-gnome-778ad64e44ced85b6afa76bf77e9b6362d5af7fd.zip |
This allows a M3U file to be loaded into musicpd. This is useful
for loading stuff from some audio streaming sites to be loaded
into musicpd.
PR: ports/120377
Submitted by: Zane C. Bowers
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index b08350360fbc..4c1760bc8a17 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -509,6 +509,7 @@ SUBDIR += play SUBDIR += playgsf SUBDIR += playmidi + SUBDIR += pm3umpdl SUBDIR += pocketsphinx SUBDIR += portaudio SUBDIR += portaudio2 |