diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-09-18 23:20:46 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-09-18 23:20:46 +0000 |
commit | 6d9558490208dbb0ef09457536656701af4a0317 (patch) | |
tree | 1e228f40a62d5178bf03b93172431c5004cb8fe2 /audio/csound | |
parent | 4805aa68f594518e717fb4e5b483e54676445375 (diff) | |
download | ports-6d9558490208dbb0ef09457536656701af4a0317.tar.gz ports-6d9558490208dbb0ef09457536656701af4a0317.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 7f2e56566b24..884b56a58835 100644 --- a/audio/csound/Makefile +++ b/audio/csound/Makefile @@ -17,7 +17,7 @@ DISTNAME= ${PORTNAME:S/c/C/}${PORTVERSION}.0 DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:src DIST_SUBDIR= csound -MAINTAINER= scjamorim@bsd.com.br +MAINTAINER= chris@officialunix.com COMMENT= Sound synthesizer LIB_DEPENDS= sndfile:${PORTSDIR}/audio/libsndfile \ |