diff options
author | wiz <wiz> | 2001-06-21 11:29:28 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-06-21 11:29:28 +0000 |
commit | bbfeef30bac6a1bd846a6e27d2359c106b4f20b4 (patch) | |
tree | 2acc4e738f0356bcdad737d92074add2ec395067 /audio | |
parent | 03c70dc859cd68f4b7b4a7fc3712342317f83115 (diff) | |
download | pkgsrc-bbfeef30bac6a1bd846a6e27d2359c106b4f20b4.tar.gz |
Add and enable audacity
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/Makefile b/audio/Makefile index 94a3e790e8e..15f3699fade 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.99 2001/06/18 12:28:32 rh Exp $ +# $NetBSD: Makefile,v 1.100 2001/06/21 11:29:28 wiz Exp $ # COMMENT= Audio tools SUBDIR+= ac3dec SUBDIR+= amp +SUBDIR+= audacity SUBDIR+= aumix SUBDIR+= bladeenc SUBDIR+= cam |