diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-03-07 17:17:13 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-03-07 17:17:13 +0000 |
commit | 13fd5342adc011d386e70eda6102bb487fc49f99 (patch) | |
tree | c5e12034e22ead977fe6839b25284e9348ad963a /math | |
parent | f8a1450c135ba6623eb5e4b6ddec8b86b9509f98 (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/ruby-gmp/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/math/ruby-gmp/Makefile b/math/ruby-gmp/Makefile index c4bf27ed994f..7779d6904ec4 100644 --- a/math/ruby-gmp/Makefile +++ b/math/ruby-gmp/Makefile @@ -28,10 +28,6 @@ DOCS= ChangeLog README doc/PRECISION doc/TODO .include <bsd.port.pre.mk> -.if ${ARCH} == "amd64" -BROKEN= "Does not build on amd64 (needs to link against shared library)" -.endif - post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODDOCDIR} |