diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-04-10 21:13:31 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-04-10 21:13:31 +0000 |
commit | 2c49737ca433d36900e5668cdb6eb69c55caec16 (patch) | |
tree | b36631ce96e95cb9a26f720248d598300e990c81 /www/osb-nrcit/Makefile | |
parent | 96c7199eb5e3c5547f0cff490c92f7b7239c4c83 (diff) | |
download | ports-2c49737ca433d36900e5668cdb6eb69c55caec16.tar.gz ports-2c49737ca433d36900e5668cdb6eb69c55caec16.zip |
Notes
Diffstat (limited to 'www/osb-nrcit/Makefile')
-rw-r--r-- | www/osb-nrcit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 <bsd.port.pre.mk> -.if ${ARCH} != "i386" -BROKEN= "Does not compile on !i386" +.if ${ARCH} != "i386" && ${ARCH} != "amd64" +BROKEN= "Does not compile on !i386 and !amd64" .endif .include <bsd.port.post.mk> |