diff options
Diffstat (limited to 'math/fftw3-float/Makefile')
-rw-r--r-- | math/fftw3-float/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/fftw3-float/Makefile b/math/fftw3-float/Makefile index 635c48f48055..ad3329b43333 100644 --- a/math/fftw3-float/Makefile +++ b/math/fftw3-float/Makefile @@ -5,9 +5,7 @@ # $FreeBSD$ # $MCom: ports-experimental/math/fftw3-float/Makefile,v 1.1 2006/03/28 00:08:57 ahze Exp $ -PORTREVISION= 2 - -COMMENT= Fast C routines (Single Precision) +COMMENT= Fast Discrete Fourier Transform (Single Precision C Routines) FFTW3_FLAVOR= float MASTERDIR= ${.CURDIR}/../../math/fftw3 |