aboutsummaryrefslogtreecommitdiff
path: root/security/cryptopp
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-28 01:42:41 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-28 01:42:41 +0000
commitc1481d696ea1e6b43e904d2eb4ca228684773d27 (patch)
tree187a6668b029b56bfc0459db73959a8d030737df /security/cryptopp
parent02b58eff4a80d4b2ce52c7655794ddc9ac234417 (diff)
downloadports-c1481d696ea1e6b43e904d2eb4ca228684773d27.tar.gz
ports-c1481d696ea1e6b43e904d2eb4ca228684773d27.zip
Correct typo in previous
Approved by: portmgr (self) Pointy hat to: self
Notes
Notes: svn path=/head/; revision=118469
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 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