diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-29 15:26:46 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-29 15:26:46 +0000 |
commit | 00f98890b1d5485e93e38da7aed866426b951574 (patch) | |
tree | cb2d62161e1e76c5e2d510befafaf9e2e24c7bcd /audio/Makefile | |
parent | 7e66fcf5cb05458f50a14d8a7a2647267cf43304 (diff) |
New port xwave - a wave record/play/edit utility.
PR: 19200
Submitted by: Trevor Johnson <trevor@jpj.net>
Obtained from: NetBSD
Notes
Notes:
svn path=/head/; revision=29984
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 4c65bf330163..6772268ca74c 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -127,6 +127,7 @@ SUBDIR += xmradio SUBDIR += xsidplay SUBDIR += xtuner + SUBDIR += xwave SUBDIR += yamt .include <bsd.port.subdir.mk> |