diff options
author | ahze <ahze@FreeBSD.org> | 2004-12-08 01:23:44 +0000 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2004-12-08 01:23:44 +0000 |
commit | dde191473bf2eed5944a7cd737019c09bea6171f (patch) | |
tree | 0f0a02cc15b70b07a16c754cd9353416720ae422 /www/osb-browser | |
parent | 69cc0d41552225f73d8838aec34904821e9f5d23 (diff) | |
download | FreeBSD-ports-dde191473bf2eed5944a7cd737019c09bea6171f.zip FreeBSD-ports-dde191473bf2eed5944a7cd737019c09bea6171f.tar.gz |
Mark broken on sparc64
Pointed out by: pointy hat via kris
Diffstat (limited to 'www/osb-browser')
-rw-r--r-- | www/osb-browser/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/osb-browser/Makefile b/www/osb-browser/Makefile index e5956fc..e922e70 100644 --- a/www/osb-browser/Makefile +++ b/www/osb-browser/Makefile @@ -25,7 +25,7 @@ CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 +.if ${OSVERSION} < 500000 || ${ARCH}=="sparc64" BROKEN= Does not compile .endif |