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