From 2c49737ca433d36900e5668cdb6eb69c55caec16 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 10 Apr 2005 21:13:31 +0000 Subject: Now builds on amd64 --- www/osb-nrcit/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/osb-nrcit') diff --git a/www/osb-nrcit/Makefile b/www/osb-nrcit/Makefile index 8ea59d95f793..2e31e3bfca06 100644 --- a/www/osb-nrcit/Makefile +++ b/www/osb-nrcit/Makefile @@ -24,8 +24,8 @@ USE_LIBTOOL_VER=15 .include -.if ${ARCH} != "i386" -BROKEN= "Does not compile on !i386" +.if ${ARCH} != "i386" && ${ARCH} != "amd64" +BROKEN= "Does not compile on !i386 and !amd64" .endif .include -- cgit v1.2.3