diff options
author | schmonz <schmonz> | 2002-04-23 03:34:53 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2002-04-23 03:34:53 +0000 |
commit | b8f766038702292993ec393c58c11d9b774e355a (patch) | |
tree | 0fd8ae2ebd112274a767ab31291c2265d7a7368b /audio | |
parent | bc1f1293126ce6bb149e8c4f15cf9922b715a751 (diff) | |
download | pkgsrc-b8f766038702292993ec393c58c11d9b774e355a.tar.gz |
Add and enable xanalyser.
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 07b5b6bcf9c..afb77423b3a 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.129 2002/04/19 20:24:48 zuntum Exp $ +# $NetBSD: Makefile,v 1.130 2002/04/23 03:34:53 schmonz Exp $ # COMMENT= Audio tools @@ -131,6 +131,7 @@ SUBDIR+= wmmixer SUBDIR+= wsoundprefs SUBDIR+= wsoundserver SUBDIR+= xamp +SUBDIR+= xanalyser SUBDIR+= xcdplayer SUBDIR+= xhippo SUBDIR+= xmcd |