diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2010-04-01 09:51:28 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2010-04-01 09:51:28 +0000 |
commit | 5fee52ba8f08c2cb6f00b2930fb94000f04148c4 (patch) | |
tree | 9c0239ab859f52c125466ca3770adcc6420721a5 /security/rainbowcrack/Makefile | |
parent | 5d637ea1761bc406ba8650d10c420a270594ca30 (diff) | |
download | ports-5fee52ba8f08c2cb6f00b2930fb94000f04148c4.tar.gz ports-5fee52ba8f08c2cb6f00b2930fb94000f04148c4.zip |
Notes
Diffstat (limited to 'security/rainbowcrack/Makefile')
-rw-r--r-- | security/rainbowcrack/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/rainbowcrack/Makefile b/security/rainbowcrack/Makefile index 38e2ad576c13..f0182b44baba 100644 --- a/security/rainbowcrack/Makefile +++ b/security/rainbowcrack/Makefile @@ -17,8 +17,8 @@ USE_DOS2UNIX= yes .include <bsd.port.pre.mk> -.if ${ARCH} == "ia64" || ${ARCH} == "sparc64" -BROKEN= does not compile on ia64 or sparc64 +.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" +BROKEN= does not compile on ia64, powerpc, or sparc64 .endif post-patch: |