summaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-05-27 00:20:19 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-05-27 00:20:19 +0000
commitc52a715800ff83f6a958709fb689f16631b4ef8a (patch)
tree6ebe315b8b10cbc2ec7619f8a666f8cab5b7b90c /science
parent13751f7ab8e0664df6343f3b041a3aeaca0d8712 (diff)
Notes
Diffstat (limited to 'science')
-rw-r--r--science/openkim/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/science/openkim/Makefile b/science/openkim/Makefile
index 7fdaa632ad09..2535a011abc6 100644
--- a/science/openkim/Makefile
+++ b/science/openkim/Makefile
@@ -22,7 +22,7 @@ MAKE_JOBS_UNSAFE=yes
.include <bsd.port.options.mk>
# Is there a better way to detect 32-bit systems?
-.if ${ARCH} == "i386" || ${ARCH} == "powerpc"
+.if ${ARCH} == "armv6" || ${ARCH} == "i386" || ${ARCH} == "mips" || ${ARCH} == "powerpc"
MAKE_ENV+= KIM_SYSTEM32="yes"
.endif