diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2005-04-04 03:37:03 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2005-04-04 03:37:03 +0000 |
commit | 57eb08f1760c5545a1e46b505c603b55dd08cbe0 (patch) | |
tree | 72d9ae87b27cac76e90e2dd7ac9ba78cae347d26 /audio | |
parent | 987f8586056f693ad3e5919b8f347b5c7c7ad1a5 (diff) | |
download | ports-57eb08f1760c5545a1e46b505c603b55dd08cbe0.tar.gz ports-57eb08f1760c5545a1e46b505c603b55dd08cbe0.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/vsound/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/vsound/Makefile b/audio/vsound/Makefile index 234763aebe4f..d9f372f57db1 100644 --- a/audio/vsound/Makefile +++ b/audio/vsound/Makefile @@ -8,10 +8,9 @@ PORTNAME= vsound PORTVERSION= 0.6 CATEGORIES= audio -MASTER_SITES= http://rsidd.online.fr/ \ - http://www.zorg.org/vsound/ +MASTER_SITES= http://www.zorg.org/vsound/ -MAINTAINER= rsidd@online.fr +MAINTAINER= ports@FreeBSD.org COMMENT= Utility for capturing audio streams from programs with OSS output BUILD_DEPENDS= sox:${PORTSDIR}/audio/sox |