diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2009-12-15 19:48:26 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2009-12-15 19:48:26 +0000 |
commit | b641caf81b0cda656ad6e6d9ce2102cb34ab8d09 (patch) | |
tree | 302c8df665732d77512724fa625bce8a2878062d /audio/csound | |
parent | e88b9d92a89920f43f12c6fbf5260255fe2bfd90 (diff) |
Notes
Diffstat (limited to 'audio/csound')
-rw-r--r-- | audio/csound/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/csound/Makefile b/audio/csound/Makefile index c3cb12de6ee6..43305817b1d7 100644 --- a/audio/csound/Makefile +++ b/audio/csound/Makefile @@ -2,7 +2,6 @@ # Date created: 2000-10-11 # Whom: trevor # -# $Carpetsmoker: ports/audio/csound/Makefile,v 1.5 2007/11/18 11:10:22 carpetsmoker Exp $ # $FreeBSD$ # @@ -18,7 +17,7 @@ DISTNAME= ${PORTNAME:S/c/C/}${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:src DIST_SUBDIR= csound -MAINTAINER= chris@officialunix.com +MAINTAINER= ports@FreeBSD.org COMMENT= Sound synthesizer LIB_DEPENDS= sndfile:${PORTSDIR}/audio/libsndfile \ |