summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/cryptopp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/cryptopp/Makefile b/security/cryptopp/Makefile
index 165b07d5f7bd..bbd4c371ee7e 100644
--- a/security/cryptopp/Makefile
+++ b/security/cryptopp/Makefile
@@ -27,7 +27,7 @@ MAKEFILE= GNUmakefile
.include <bsd.port.pre.mk>
-.if ${ARCH} == "ia64 && ${ARCH} == "sparc64"
+.if ${ARCH} == "ia64" && ${ARCH} == "sparc64"
BROKEN= "Does not compile on ia64 or sparc64"
.endif