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 | |
parent | b1d12dd70b288f7f33ceebe39d481b95d8a172ed (diff) | |
download | freebsd-ports-gnome-1ef94996d19f4b19454b19c6fb833fe4c867f581.tar.gz freebsd-ports-gnome-1ef94996d19f4b19454b19c6fb833fe4c867f581.tar.zst freebsd-ports-gnome-1ef94996d19f4b19454b19c6fb833fe4c867f581.zip |
BROKEN on !i386: Does not compile
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: |