summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/openssl/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index a60bb8280d98..dcfbd7e83ec0 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -27,10 +27,10 @@ CONFLICTS= libressl-[0-9]* \
OPTIONS_DEFINE= SHARED THREADS SSE2 PADLOCK ZLIB SCTP SSL2 SSL3 RFC3779 MD2 RC5 EXPCIPHERS DOCS MAN3
OPTIONS_DEFAULT=SHARED THREADS SSE2 SCTP SSL2 SSL3 MD2 MAN3
OPTIONS_DEFINE_i386= I386
-.for a in amd64 ia64
-OPTIONS_DEFINE_${a}= EC
-OPTIONS_DEFAULT_${a}= EC
-.endfor
+OPTIONS_DEFINE_amd64= EC
+OPTIONS_DEFAULT_amd64= EC
+OPTIONS_DEFINE_ia64= EC
+OPTIONS_DEFAULT_ia64= EC
TARGET_ARCH?= ${MACHINE_ARCH}
.if ${TARGET_ARCH} == "mips64el"
OPTIONS_DEFINE_mips= EC