diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2010-04-01 05:50:11 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2010-04-01 05:50:11 +0000 |
commit | 514744fe3f7966d03cfd0fbe0fb3f4a516658318 (patch) | |
tree | 972303090b62c0d5fa0cbb60d3047bc6999bbfcb /security/zxid/Makefile | |
parent | c31f322805cb94489addc21eb373a67b96e2d41b (diff) | |
download | ports-514744fe3f7966d03cfd0fbe0fb3f4a516658318.tar.gz ports-514744fe3f7966d03cfd0fbe0fb3f4a516658318.zip |
Also mark as broken on powerpc.
Hat: portmgr
Notes
Notes:
svn path=/head/; revision=251930
Diffstat (limited to 'security/zxid/Makefile')
-rw-r--r-- | security/zxid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/zxid/Makefile b/security/zxid/Makefile index 4bc4d671345e..a221c8d90c25 100644 --- a/security/zxid/Makefile +++ b/security/zxid/Makefile @@ -37,7 +37,7 @@ post-install: .include <bsd.port.pre.mk> -.if ${ARCH} == "sparc64" +.if ${ARCH} == "powerpc" || ${ARCH} == "sparc64" BROKEN= Does not install .endif |