diff options
author | wiz <wiz@pkgsrc.org> | 2005-11-22 19:27:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-11-22 19:27:07 +0000 |
commit | 97cff6404e6dbcc6cf94600b9534355231a22d58 (patch) | |
tree | fc983c638d2fdfca9b345a8bf03147c76a58296e /audio/Makefile | |
parent | 93860f6eddb46985a9523a60a69d63beb4e8c6d8 (diff) | |
download | pkgsrc-97cff6404e6dbcc6cf94600b9534355231a22d58.tar.gz |
Add and enable libmpd.
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/Makefile b/audio/Makefile index 457298d1041..e83be8d7134 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.292 2005/11/20 11:47:06 rillig Exp $ +# $NetBSD: Makefile,v 1.293 2005/11/22 19:27:07 wiz Exp $ # COMMENT= Audio tools @@ -133,6 +133,7 @@ SUBDIR+= libid3tag SUBDIR+= libmad SUBDIR+= libmikmod SUBDIR+= libmodplug +SUBDIR+= libmpd SUBDIR+= libmusepack SUBDIR+= libopendaap SUBDIR+= libsamplerate |