diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-01-23 03:34:48 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-01-23 03:34:48 +0000 |
commit | f450a68eb095475a60c85957e79a571c3eb213af (patch) | |
tree | b0d6a9ad7e533a01faafc3f2daa4beb091920c00 /graphics | |
parent | 0f234111d2793895a6ef435ca69a2ffff303b510 (diff) | |
download | ports-f450a68eb095475a60c85957e79a571c3eb213af.tar.gz ports-f450a68eb095475a60c85957e79a571c3eb213af.zip |
Notes
Diffstat (limited to 'graphics')
-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: |