diff options
Diffstat (limited to 'math/fftw3-long/Makefile')
-rw-r--r-- | math/fftw3-long/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/fftw3-long/Makefile b/math/fftw3-long/Makefile index 2b38019f91ac..886521d70754 100644 --- a/math/fftw3-long/Makefile +++ b/math/fftw3-long/Makefile @@ -3,15 +3,15 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# +# $MCom: ports-experimental/math/fftw3-long/Makefile,v 1.1 2006/03/28 00:08:58 ahze Exp $ -PORTREVISION= 2 +PORTREVISION= 0 COMMENT= Fast C routines (Long Double Percision) FFTW3_FLAVOR= long MASTERDIR= ${.CURDIR}/../../math/fftw3 -#ONLY_FOR_ARCHS= i386 sparc64 +ONLY_FOR_ARCHS= i386 sparc64 .include "${MASTERDIR}/Makefile" |