diff options
Diffstat (limited to 'math/ruby-gmp/Makefile')
-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 c4bf27ed994..7779d6904ec 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} |