diff options
author | Diane Bruce <db@FreeBSD.org> | 2009-06-17 19:29:52 +0000 |
---|---|---|
committer | Diane Bruce <db@FreeBSD.org> | 2009-06-17 19:29:52 +0000 |
commit | 8b92a2cd89cb16d454c1cffa85a1c2d46f72c86a (patch) | |
tree | b3e59c6f380fa0753867efcf12c76b47bcd56f4f /math/fftw3-long | |
parent | fb09d83602a0e80a2099ce4dee6cce720fccb1b0 (diff) | |
download | ports-8b92a2cd89cb16d454c1cffa85a1c2d46f72c86a.tar.gz ports-8b92a2cd89cb16d454c1cffa85a1c2d46f72c86a.zip |
Notes
Diffstat (limited to 'math/fftw3-long')
-rw-r--r-- | math/fftw3-long/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/fftw3-long/Makefile b/math/fftw3-long/Makefile index 886521d70754..15c2227a9501 100644 --- a/math/fftw3-long/Makefile +++ b/math/fftw3-long/Makefile @@ -5,9 +5,9 @@ # $FreeBSD$ # $MCom: ports-experimental/math/fftw3-long/Makefile,v 1.1 2006/03/28 00:08:58 ahze Exp $ -PORTREVISION= 0 +PORTREVISION= 1 -COMMENT= Fast C routines (Long Double Percision) +COMMENT= Fast C routines (Long Double Precision) FFTW3_FLAVOR= long MASTERDIR= ${.CURDIR}/../../math/fftw3 |