diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-10-28 06:37:28 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-10-28 06:37:28 +0000 |
commit | a323476a15fd82824488b9f1eb288ebe452cb9b6 (patch) | |
tree | 098223865afc9230eb37cfce3d3166edcd6b91e0 /math/fftw3-long | |
parent | bd8c017026624bbc3a4dd7607e15f6ac9ba043e8 (diff) |
Notes
Diffstat (limited to 'math/fftw3-long')
-rw-r--r-- | math/fftw3-long/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/fftw3-long/Makefile b/math/fftw3-long/Makefile index 227ffd6a8005..1d6939aa19d3 100644 --- a/math/fftw3-long/Makefile +++ b/math/fftw3-long/Makefile @@ -14,4 +14,6 @@ MASTERDIR= ${.CURDIR}/../../math/fftw3 ONLY_FOR_ARCHS= i386 +BROKEN= "Does not build" + .include "${MASTERDIR}/Makefile" |