diff options
Diffstat (limited to 'graphics/ruby-tgif/Makefile')
-rw-r--r-- | graphics/ruby-tgif/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ruby-tgif/Makefile b/graphics/ruby-tgif/Makefile index b925e2d73b37..410d538ebfd7 100644 --- a/graphics/ruby-tgif/Makefile +++ b/graphics/ruby-tgif/Makefile @@ -36,8 +36,8 @@ DOCS_JA= ChangeLog.ja README.ja .include <bsd.port.pre.mk> -.if ${ARCH} == "amd64" -BROKEN= "Does not build on amd64 (missing -fPIC)" +.if ${ARCH} == "amd64" || ${ARCH} == "ia64" +BROKEN= Does not build on amd64 or ia64 (missing -fPIC) .endif post-extract: |