From 8e8c3f4ec0fc4715afe0458d2242460f6a035971 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Fri, 26 Jun 2015 21:34:35 +0000 Subject: - Mark ONLY_FOR_ARCHS: uses x86 assembly - Optionize EXAMPLES --- security/rainbowcrack/Makefile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'security') diff --git a/security/rainbowcrack/Makefile b/security/rainbowcrack/Makefile index 3de108aab9e3..3f5f742e505e 100644 --- a/security/rainbowcrack/Makefile +++ b/security/rainbowcrack/Makefile @@ -9,13 +9,12 @@ MASTER_SITES= http://www.semprixd.com/shares/ports/ MAINTAINER= ports@FreeBSD.org COMMENT= Hash cracker that precomputes plaintext - ciphertext pairs in advance -USES= dos2unix +ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS_REASON= uses x86 assembly -.include +USES= dos2unix -.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" -BROKEN= does not compile on ia64, powerpc, or sparc64 -.endif +OPTIONS_DEFINE= EXAMPLES post-patch: @${REINPLACE_CMD} \ @@ -30,4 +29,4 @@ do-install: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/charset.txt ${STAGEDIR}${EXAMPLESDIR} -.include +.include -- cgit