aboutsummaryrefslogtreecommitdiff
path: root/security/libbf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/libbf/Makefile')
-rw-r--r--security/libbf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/libbf/Makefile b/security/libbf/Makefile
index 3c78d28ad4a7..1c27cae2602f 100644
--- a/security/libbf/Makefile
+++ b/security/libbf/Makefile
@@ -16,7 +16,7 @@ MASTER_SITES= ftp://ftp.funet.fi/pub/mirrors/ftp.psy.uq.oz.au/libeay/ \
MAINTAINER= jim@corebsd.or.id
COMMENT= The Blowfish block cipher Library
-.if ${ARCH} == "i386"
+.if ${MACHINE_ARCH} == "i386"
MAKEFLAGS+= BF_ENC=asm/bx86-elf.o
.else
MAKEFLAGS+= BF_ENC=bf_enc.o