diff options
author | drochner <drochner@pkgsrc.org> | 2013-04-02 10:50:48 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2013-04-02 10:50:48 +0000 |
commit | 2950da398bae81c008a450ebd7bba277ab793693 (patch) | |
tree | 8aa234dc116674a4a87f780d582bac7e711ee51c /audio/Makefile | |
parent | 45d385ec58c3f338155cfd9db816df738a4718a6 (diff) | |
download | pkgsrc-2950da398bae81c008a450ebd7bba277ab793693.tar.gz |
install example scripts distributed with py-mutagen.
("mid3v2" is a good replacement for "id3v2", it is not as byggy as
the latter)
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 1f908568142..85f3384c99a 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.481 2013/04/02 10:44:40 drochner Exp $ +# $NetBSD: Makefile,v 1.482 2013/04/02 10:50:48 drochner Exp $ # COMMENT= Audio tools @@ -314,6 +314,7 @@ SUBDIR+= mt-daapd SUBDIR+= muse SUBDIR+= musicbrainz SUBDIR+= musicpd +SUBDIR+= mutagen-tools SUBDIR+= nas SUBDIR+= nas-auscope SUBDIR+= ncmpc |