summaryrefslogtreecommitdiff
path: root/lang/python27
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2019-10-04 22:46:20 +0000
committerMark Linimon <linimon@FreeBSD.org>2019-10-04 22:46:20 +0000
commit1633253e05040b18c4cf1ac883a3ff4b4795eece (patch)
treef17e40d7facb1019a3de4903f70cc206b46e7f8a /lang/python27
parentThe arch definitions used in the test for DTRACE functionality are (diff)
In various places in the ports tree, tests against ARCH are iterated
one-by-one when a pattern test would be more robust. This consolidates the tests for 64-bit functionality. PR: 239163 Approved by: sunpoet (python, maintainer)
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 a0935c18ddaa..adcc27ce687d 100644
--- a/lang/python27/Makefile
+++ b/lang/python27/Makefile
@@ -88,7 +88,7 @@ PLIST_SUB+= X86_ONLY=""
PLIST_SUB+= X86_ONLY="@comment "
.endif
-.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == mips64 || ${ARCH} == powerpc64 || ${ARCH} == sparc64
+.if ${ARCH:M*64*}
PLIST_SUB+= 32BIT_ONLY="@comment "
.else
PLIST_SUB+= 32BIT_ONLY=""