diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-05-11 15:11:30 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-05-11 15:11:30 +0000 |
commit | d74ec151602e0abbb6b4eaf00038e0746eae1949 (patch) | |
tree | a12af17fba8757230b0fa6a7230b9c9e74f75988 /math/fftw3-long | |
parent | 90b5786ec01b9879da5ae014513c72981d832d61 (diff) |
Notes
Diffstat (limited to 'math/fftw3-long')
-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" |