diff options
author | wiz <wiz@pkgsrc.org> | 2002-09-27 07:01:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-09-27 07:01:31 +0000 |
commit | 660730cdc80aac56c072ae59c239d018b26f8f88 (patch) | |
tree | 3da38e19efaa548d3f79a0ce5a288f7f62858c0b /audio | |
parent | 8936575cb8db4ae09e35151e4b6f8ddbe8df5586 (diff) | |
download | pkgsrc-660730cdc80aac56c072ae59c239d018b26f8f88.tar.gz |
Add and enable tremor and tremor-tools.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/Makefile b/audio/Makefile index 482c1a15f59..125902a71d7 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.155 2002/09/18 16:36:37 abs Exp $ +# $NetBSD: Makefile,v 1.156 2002/09/27 07:01:31 wiz Exp $ # COMMENT= Audio tools @@ -143,6 +143,8 @@ SUBDIR+= tfmxplay SUBDIR+= timidity SUBDIR+= tosha SUBDIR+= tracker +SUBDIR+= tremor +SUBDIR+= tremor-tools SUBDIR+= trplayer SUBDIR+= vorbis-tools SUBDIR+= wavesurfer |