summaryrefslogtreecommitdiff
path: root/math/fftw3-long
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-05-21 20:20:45 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-05-21 20:20:45 +0000
commit37b290e59226d8df518d8c7f2efb45a5471edd1b (patch)
tree6aee54c00785411cbf62337183b0901e574b2ab1 /math/fftw3-long
parent- Move iperf from net to benchmarks (diff)
- Mark only for i386 for now.
Pointed out by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=135813
Diffstat (limited to 'math/fftw3-long')
-rw-r--r--math/fftw3-long/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/math/fftw3-long/Makefile b/math/fftw3-long/Makefile
index d2e7f605f794..227ffd6a8005 100644
--- a/math/fftw3-long/Makefile
+++ b/math/fftw3-long/Makefile
@@ -12,4 +12,6 @@ COMMENT= Fast C routines (Long Double Percision)
FFTW3_FLAVOR= long
MASTERDIR= ${.CURDIR}/../../math/fftw3
+ONLY_FOR_ARCHS= i386
+
.include "${MASTERDIR}/Makefile"