diff options
author | Steven Kreuzer <skreuzer@FreeBSD.org> | 2009-07-16 15:43:12 +0000 |
---|---|---|
committer | Steven Kreuzer <skreuzer@FreeBSD.org> | 2009-07-16 15:43:12 +0000 |
commit | 9a0713e57cd6989cf0c66f474a6148b698a9f23a (patch) | |
tree | 9ca76c8196c4ed7fd20d806669b5b59f72340e25 /audio/csound | |
parent | c1a7ae215ecfced8eafcf34c1c2e0504272c8c96 (diff) | |
download | ports-9a0713e57cd6989cf0c66f474a6148b698a9f23a.tar.gz ports-9a0713e57cd6989cf0c66f474a6148b698a9f23a.zip |
Notes
Diffstat (limited to 'audio/csound')
-rw-r--r-- | audio/csound/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/csound/Makefile b/audio/csound/Makefile index fc664a1593e7..67f865968db5 100644 --- a/audio/csound/Makefile +++ b/audio/csound/Makefile @@ -18,7 +18,7 @@ DISTNAME= ${PORTNAME:S/c/C/}${PORTVERSION}.0 DISTFILES= ${DISTNAME}${EXTRACT_SUFX} DIST_SUBDIR= csound -MAINTAINER= carpetsmoker@xs4all.nl +MAINTAINER= scjamorim@bsd.com.br COMMENT= Sound synthesizer LIB_DEPENDS= sndfile:${PORTSDIR}/audio/libsndfile \ |