aboutsummaryrefslogtreecommitdiffstats
path: root/security/cryptopp
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-09-28 10:07:03 +0800
committerkris <kris@FreeBSD.org>2004-09-28 10:07:03 +0800
commita56e9860ab6363c5842dd9f51b088b85bd83fe04 (patch)
treea7c2e9a40f5637bdec345e277acdcd25470ad9e5 /security/cryptopp
parent2fe37b852e53a3a51511e17c3f6e284815c33193 (diff)
downloadfreebsd-ports-gnome-a56e9860ab6363c5842dd9f51b088b85bd83fe04.tar.gz
freebsd-ports-gnome-a56e9860ab6363c5842dd9f51b088b85bd83fe04.tar.zst
freebsd-ports-gnome-a56e9860ab6363c5842dd9f51b088b85bd83fe04.zip
Correct another typo. :-(
Spotted by: eik Approved by: portmgr (self) XL pointy hat to: self
Diffstat (limited to 'security/cryptopp')
-rw-r--r--security/cryptopp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/cryptopp/Makefile b/security/cryptopp/Makefile
index bbd4c371ee7e..254b488701b0 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