diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2012-12-07 22:26:41 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2012-12-07 22:26:41 +0000 |
commit | e55ace8cfe257618693beb4ab8d61fb67722c6f1 (patch) | |
tree | 2362ad65dab0b2a0109c8c4644d4efa116429ad9 /audio/autotalent | |
parent | e8c48e4d8491f8927e80eab8cf64b2f1fdf9b394 (diff) | |
download | ports-e55ace8cfe257618693beb4ab8d61fb67722c6f1.tar.gz ports-e55ace8cfe257618693beb4ab8d61fb67722c6f1.zip |
Notes
Diffstat (limited to 'audio/autotalent')
-rw-r--r-- | audio/autotalent/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/autotalent/Makefile b/audio/autotalent/Makefile index 24d249e47ac0..1dac87105ade 100644 --- a/audio/autotalent/Makefile +++ b/audio/autotalent/Makefile @@ -1,7 +1,4 @@ -# New ports collection Makefile for: autotalent -# Date created: 03/24/11 -# Whom: Rich Neese <r.neese@gmail.com> -# +# Created by: Rich Neese <r.neese@gmail.com> # $FreeBSD$ PORTNAME= autotalent @@ -10,7 +7,7 @@ CATEGORIES= audio MASTER_SITES= http://web.mit.edu/tbaran/www/ DISTNAME= ${PORTNAME}-${PORTVERSION} -MAINTAINER= r.neese@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= A real-time pitch correction plugin for ladspa BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa |