diff options
author | kris <kris@FreeBSD.org> | 2004-11-19 06:22:18 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-11-19 06:22:18 +0800 |
commit | 1ef94996d19f4b19454b19c6fb833fe4c867f581 (patch) | |
tree | f3fed17b6c6077f8c1ffd0b277cb2847b2739936 /graphics/nip2 | |
parent | b1d12dd70b288f7f33ceebe39d481b95d8a172ed (diff) | |
download | freebsd-ports-graphics-1ef94996d19f4b19454b19c6fb833fe4c867f581.tar.gz freebsd-ports-graphics-1ef94996d19f4b19454b19c6fb833fe4c867f581.tar.zst freebsd-ports-graphics-1ef94996d19f4b19454b19c6fb833fe4c867f581.zip |
BROKEN on !i386: Does not compile
Diffstat (limited to 'graphics/nip2')
-rw-r--r-- | graphics/nip2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/nip2/Makefile b/graphics/nip2/Makefile index 22b99ae7678..bc931d74984 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: |