diff options
author | wiz <wiz@pkgsrc.org> | 2011-02-27 15:05:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-02-27 15:05:17 +0000 |
commit | 600e4be107a0a266fce826c13411d65a81ed5b2a (patch) | |
tree | dab560de4b73ef22df0fbadfc64e56660919e098 /audio/Makefile | |
parent | 356126df0e6cd31fe91f017475a1a6de02155a86 (diff) | |
download | pkgsrc-600e4be107a0a266fce826c13411d65a81ed5b2a.tar.gz |
+ libmpdclient.
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 e885364b4af..d57ed508f57 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.445 2011/02/25 20:25:54 markd Exp $ +# $NetBSD: Makefile,v 1.446 2011/02/27 15:05:17 wiz Exp $ # COMMENT= Audio tools @@ -205,6 +205,7 @@ SUBDIR+= libmodplug SUBDIR+= libmp3splt SUBDIR+= libmpcdec SUBDIR+= libmpd +SUBDIR+= libmpdclient SUBDIR+= libmpg123 SUBDIR+= libmtag SUBDIR+= libmusepack |