From 1ef94996d19f4b19454b19c6fb833fe4c867f581 Mon Sep 17 00:00:00 2001 From: kris Date: Thu, 18 Nov 2004 22:22:18 +0000 Subject: BROKEN on !i386: Does not compile --- graphics/nip/Makefile | 4 ++-- graphics/nip2/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'graphics') 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 -.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 -.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: -- cgit