diff options
author | bjs <bjs@pkgsrc.org> | 2008-12-03 00:45:49 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2008-12-03 00:45:49 +0000 |
commit | 92c8ac0b33e974b2318f0febf89d92af5c9bba8b (patch) | |
tree | ae897da64a6e685d78d9ccab1df0aff4eddc691b /audio/Makefile | |
parent | 8ac110c38535c601260f20f7a1ede59b1b6e9e08 (diff) | |
download | pkgsrc-92c8ac0b33e974b2318f0febf89d92af5c9bba8b.tar.gz |
Add audio-celt to audio/Makefile.
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 eb6eb8df4c2..4df0dc949ba 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.386 2008/11/14 01:26:14 jmcneill Exp $ +# $NetBSD: Makefile,v 1.387 2008/12/03 00:45:49 bjs Exp $ # COMMENT= Audio tools @@ -32,6 +32,7 @@ SUBDIR+= cddb-bundle SUBDIR+= cddbd SUBDIR+= cdparanoia SUBDIR+= cdplayer +SUBDIR+= celt SUBDIR+= cmp3 SUBDIR+= cmus SUBDIR+= cplay |