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 | |
parent | BROKEN: Incomplete pkg-plist (diff) |
BROKEN: Does not build
Notes
Notes:
svn path=/head/; revision=146541
Diffstat (limited to 'math')
-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" |