aboutsummaryrefslogtreecommitdiff
path: root/lang/python27
diff options
context:
space:
mode:
authorSean Bruno <sbruno@FreeBSD.org>2015-06-30 15:44:05 +0000
committerSean Bruno <sbruno@FreeBSD.org>2015-06-30 15:44:05 +0000
commit5c1d3cc752084d970605cdb212855a0581152182 (patch)
tree7fb6eec8e7cceb1b8b6acd986e192b3353dba134 /lang/python27
parent54833e1033f075602586ca0491d11f059870f447 (diff)
downloadports-5c1d3cc752084d970605cdb212855a0581152182.tar.gz
ports-5c1d3cc752084d970605cdb212855a0581152182.zip
Notes
Diffstat (limited to 'lang/python27')
-rw-r--r--lang/python27/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python27/Makefile b/lang/python27/Makefile
index 5d4903c39c57..2820463fee22 100644
--- a/lang/python27/Makefile
+++ b/lang/python27/Makefile
@@ -83,7 +83,7 @@ PLIST_SUB+= X86_ONLY=""
PLIST_SUB+= X86_ONLY="@comment "
.endif
-.if ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64 || ${ARCH} == powerpc64 || ${ARCH} == mips64
+.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64 || ${ARCH} == powerpc64 || ${ARCH} == mips64
PLIST_SUB+= 32BIT_ONLY="@comment "
.else
PLIST_SUB+= 32BIT_ONLY=""