diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-28 02:07:03 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-28 02:07:03 +0000 |
commit | c3bbf8ee3b58c04853274cb41d8442e4e2368c90 (patch) | |
tree | 161bcec04e875d9478800cc4dcb8aaec3d794fa4 | |
parent | 1c9fd0485c5fdbd6935f9e73333656d2b0520232 (diff) | |
download | ports-c3bbf8ee3b58c04853274cb41d8442e4e2368c90.tar.gz ports-c3bbf8ee3b58c04853274cb41d8442e4e2368c90.zip |
Correct another typo. :-(
Spotted by: eik
Approved by: portmgr (self)
XL pointy hat to: self
Notes
Notes:
svn path=/head/; revision=118472
-rw-r--r-- | security/cryptopp/Makefile | 2 |
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 |