diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2007-07-11 22:06:16 +0000 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2007-07-11 22:06:16 +0000 |
commit | 627cb575f786ece9b2f2d3cc0e386c680218b397 (patch) | |
tree | fbae85baed29d0ddffec4d6f8d0d4d2c0a45ca92 /audio/libconvolve | |
parent | 8178aa6565880ad71a3df583f3df41afb3da292d (diff) | |
download | ports-627cb575f786ece9b2f2d3cc0e386c680218b397.tar.gz ports-627cb575f786ece9b2f2d3cc0e386c680218b397.zip |
Notes
Diffstat (limited to 'audio/libconvolve')
-rw-r--r-- | audio/libconvolve/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/libconvolve/Makefile b/audio/libconvolve/Makefile index e67c3c67daf1..c2e2cbd8f806 100644 --- a/audio/libconvolve/Makefile +++ b/audio/libconvolve/Makefile @@ -11,7 +11,7 @@ CATEGORIES= audio MASTER_SITES= http://tapas.affenbande.org/jack_convolve/ EXTRACT_SUFX= .tgz -MAINTAINER= trasz@freebsd.org +MAINTAINER= trasz@FreeBSD.org COMMENT= Simple C library for partitioned convolution LIB_DEPENDS= fftw3f.4:${PORTSDIR}/math/fftw3-float \ |