diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2002-10-08 07:11:47 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2002-10-08 07:11:47 +0000 |
commit | 9c887d1f6fb28dfbc121c9ddd93a0d39e9a2221c (patch) | |
tree | 9cc37ed2c8f0153f264d224a1d5509232884d21b /audio/Makefile | |
parent | upgrade to 0.9909 (diff) |
Add py-cddb 1.3, a Python module to fetch information on audio CDs from CDDB
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 50c7778d7da6..0a1af9d16d68 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -186,6 +186,7 @@ SUBDIR += play SUBDIR += playmidi SUBDIR += py-ao + SUBDIR += py-cddb SUBDIR += py-ogg SUBDIR += py-vorbis SUBDIR += py-xmms |