diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-26 16:47:18 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-26 16:47:18 +0000 |
commit | eb3bdf9a3afd45bd823d7c3dfa2b78282899f6d1 (patch) | |
tree | 6ebe91913735b52eef219c1446dac01b2dc6beb3 /audio/Makefile | |
parent | - Fix build on 6.X when CFLAGS is defined in make.conf (diff) |
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
Notes
Notes:
svn path=/head/; revision=212029
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 |