diff options
Diffstat (limited to 'graphics/nip/Makefile')
-rw-r--r-- | graphics/nip/Makefile | 4 |
1 files changed, 2 insertions, 2 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: |