diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-11-18 22:22:18 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-11-18 22:22:18 +0000 |
commit | 400162683cf3947b5bc3c765ab0e439cb1e65268 (patch) | |
tree | 231fdac5f1b56dce2e97eb8fafcc65827402cda2 /graphics | |
parent | 9b4534401ccbaf2c77e64aeae21434afc40e17f6 (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/nip/Makefile | 4 | ||||
-rw-r--r-- | graphics/nip2/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/nip/Makefile b/graphics/nip/Makefile index 22b99ae76780..bc931d74984e 100644 --- a/graphics/nip/Makefile +++ b/graphics/nip/Makefile @@ -28,8 +28,8 @@ MAN1= nip.1 .include <bsd.port.pre.mk> -.if ${ARCH} == "alpha" || ${ARCH} == "amd64" -BROKEN= "Does not compile on alpha or amd64" +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" .endif post-patch: diff --git a/graphics/nip2/Makefile b/graphics/nip2/Makefile index 22b99ae76780..bc931d74984e 100644 --- a/graphics/nip2/Makefile +++ b/graphics/nip2/Makefile @@ -28,8 +28,8 @@ MAN1= nip.1 .include <bsd.port.pre.mk> -.if ${ARCH} == "alpha" || ${ARCH} == "amd64" -BROKEN= "Does not compile on alpha or amd64" +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" .endif post-patch: |