diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2008-12-10 07:35:19 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2008-12-10 07:35:19 +0000 |
commit | 55eaa1a131b33ee0607f3095fe4d473e99f180e2 (patch) | |
tree | 04ffc9024f647686e9f2653ae171b76c9181626f /math/p5-Math-GSL | |
parent | ef9aaac2e2fcdde392a6ace208b9ed6e9751fbeb (diff) |
Mark as broken on sparc64.
Hat: portmgr
Notes
Notes:
svn path=/head/; revision=224062
Diffstat (limited to 'math/p5-Math-GSL')
-rw-r--r-- | math/p5-Math-GSL/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/math/p5-Math-GSL/Makefile b/math/p5-Math-GSL/Makefile index 7fb5607691b0..c365fd89f1d9 100644 --- a/math/p5-Math-GSL/Makefile +++ b/math/p5-Math-GSL/Makefile @@ -40,4 +40,10 @@ MAN3= Math::GSL.3 Math::GSL::Heapsort.3 Math::GSL::Permutation.3 \ Math::GSL::Fit.3 Math::GSL::ODEIV.3 Math::GSL::Wavelet.3 \ Math::GSL::Sys.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64 +.endif + +.include <bsd.port.post.mk> |