diff options
author | pav <pav@FreeBSD.org> | 2004-02-02 01:15:57 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-02-02 01:15:57 +0800 |
commit | a6627226ada8d4bf53c5c79aec0de255e6f2f9ce (patch) | |
tree | 8f07bfe99ccdce3478afba473442cda21b93075c /audio/Makefile | |
parent | 00171f2b04e7b37db63ad769c5a3ad52f3b90a9b (diff) | |
download | freebsd-ports-gnome-a6627226ada8d4bf53c5c79aec0de255e6f2f9ce.tar.gz freebsd-ports-gnome-a6627226ada8d4bf53c5c79aec0de255e6f2f9ce.tar.zst freebsd-ports-gnome-a6627226ada8d4bf53c5c79aec0de255e6f2f9ce.zip |
Add py-libmpdclient, a python library for communication with Music Player
Daemon (audio/musicpd)
PR: ports/62198
Submitted by: Tim Hemel <tim@n2it.net>
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 da71cdd26dcd..3a791631041f 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -256,6 +256,7 @@ SUBDIR += py-cddb SUBDIR += py-eyed3 SUBDIR += py-id3 + SUBDIR += py-libmpdclient SUBDIR += py-mad SUBDIR += py-musicbrainz SUBDIR += py-ogg |