diff options
author | epg <epg@pkgsrc.org> | 2006-10-13 02:36:41 +0000 |
---|---|---|
committer | epg <epg@pkgsrc.org> | 2006-10-13 02:36:41 +0000 |
commit | b0117638c2a70b2dbe20b7612898def5f0ca766b (patch) | |
tree | 80702f2a3d5719433c8be3cfd0924dbf60bb065a | |
parent | 643bbcc7fd33fb592e1fc2fa55429a3877eabfbc (diff) | |
download | pkgsrc-b0117638c2a70b2dbe20b7612898def5f0ca766b.tar.gz |
Add libdiscid, py-musicbrainz, and py-ctypes.
-rw-r--r-- | audio/Makefile | 4 | ||||
-rw-r--r-- | devel/Makefile | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/audio/Makefile b/audio/Makefile index 66075b84071..c2160121d1a 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.333 2006/09/06 22:58:48 wiz Exp $ +# $NetBSD: Makefile,v 1.334 2006/10/13 02:36:41 epg Exp $ # COMMENT= Audio tools @@ -148,6 +148,7 @@ SUBDIR+= libaudiofile SUBDIR+= libcdaudio SUBDIR+= libcddb SUBDIR+= libdca +SUBDIR+= libdiscid SUBDIR+= libgpod SUBDIR+= libhydrogen SUBDIR+= libid3tag @@ -237,6 +238,7 @@ SUBDIR+= py-ao SUBDIR+= py-cddb SUBDIR+= py-mad SUBDIR+= py-musique +SUBDIR+= py-musicbrainz SUBDIR+= py-ogg SUBDIR+= py-vorbis SUBDIR+= py-xmms diff --git a/devel/Makefile b/devel/Makefile index 564552dd0bb..9ddbe173f20 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.788 2006/10/12 18:32:12 gdt Exp $ +# $NetBSD: Makefile,v 1.789 2006/10/13 02:36:41 epg Exp $ # COMMENT= Development utilities @@ -594,6 +594,7 @@ SUBDIR+= py-TPG SUBDIR+= py-ZopeInterface SUBDIR+= py-checker SUBDIR+= py-cheetah +SUBDIR+= py-ctypes SUBDIR+= py-curses SUBDIR+= py-cursespanel SUBDIR+= py-distutils |