diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-11-18 22:30:37 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-11-18 22:30:37 +0000 |
commit | fe07d71ad4517744db4006eb2d71e163f2f488be (patch) | |
tree | df1a861e3588612bd1af8169208bd98c874a2a62 /graphics/xmrm | |
parent | 9cd034f2a42f1bbee58f67558b17fe109ac9a51c (diff) |
Notes
Diffstat (limited to 'graphics/xmrm')
-rw-r--r-- | graphics/xmrm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/xmrm/Makefile b/graphics/xmrm/Makefile index 446a9279e069..18957de669f2 100644 --- a/graphics/xmrm/Makefile +++ b/graphics/xmrm/Makefile @@ -30,6 +30,8 @@ NO_WRKSUBDIR= yes .if ${ARCH} != "i386" BROKEN= "Does not compile on !i386" +.else +BROKEN= "Does not compile on i386" .endif do-install: |