diff options
author | ahze <ahze@FreeBSD.org> | 2006-05-11 23:11:30 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-05-11 23:11:30 +0800 |
commit | 5868b771b0fcac9015e9999a24e198f586cbfb55 (patch) | |
tree | dc0b36dc3d07cf02fa8b810241c2eb0e6ec07bb2 /math/fftw3-long | |
parent | 93da19efa345ddb2947343256ee236f35d2e04dd (diff) | |
download | freebsd-ports-gnome-5868b771b0fcac9015e9999a24e198f586cbfb55.tar.gz freebsd-ports-gnome-5868b771b0fcac9015e9999a24e198f586cbfb55.tar.zst freebsd-ports-gnome-5868b771b0fcac9015e9999a24e198f586cbfb55.zip |
- Update to 3.1.1
- Mark fftw3-long ONLY_FOR_ARCHS=i386 sparc64
PR: 93925 (did not use)
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" |