summaryrefslogtreecommitdiff
path: root/math/fftw3-long/Makefile
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2009-08-10 00:45:07 +0000
committerMichael Johnson <ahze@FreeBSD.org>2009-08-10 00:45:07 +0000
commita8fd1d1350d2a7557d1389463205f0025eee3c6b (patch)
tree3e501afc53d202e1391b029b58b0feb5881436b8 /math/fftw3-long/Makefile
parentFix the build on 6.X. (diff)
Update to 3.2.2
Notes
Notes: svn path=/head/; revision=239230
Diffstat (limited to '')
-rw-r--r--math/fftw3-long/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/math/fftw3-long/Makefile b/math/fftw3-long/Makefile
index 15c2227a9501..26b1c715f526 100644
--- a/math/fftw3-long/Makefile
+++ b/math/fftw3-long/Makefile
@@ -5,13 +5,11 @@
# $FreeBSD$
# $MCom: ports-experimental/math/fftw3-long/Makefile,v 1.1 2006/03/28 00:08:58 ahze Exp $
-PORTREVISION= 1
+PORTREVISION= 0
COMMENT= Fast C routines (Long Double Precision)
FFTW3_FLAVOR= long
MASTERDIR= ${.CURDIR}/../../math/fftw3
-ONLY_FOR_ARCHS= i386 sparc64
-
.include "${MASTERDIR}/Makefile"