diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-02-16 23:43:43 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-02-16 23:43:43 +0800 |
commit | a72ec8e666e65cfbe748984ce8325d93529b4060 (patch) | |
tree | de8366df2daa80f29fcb9a4f572166e4a5a89b0c /lang | |
parent | 94cf907566717c3bf1b9c7483e564811706dac69 (diff) | |
download | freebsd-ports-gnome-a72ec8e666e65cfbe748984ce8325d93529b4060.tar.gz freebsd-ports-gnome-a72ec8e666e65cfbe748984ce8325d93529b4060.tar.zst freebsd-ports-gnome-a72ec8e666e65cfbe748984ce8325d93529b4060.zip |
Clean up ARCH statement
PR: 223985
Submitted by: linimon
MFH: 2018Q1
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python27/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python27/Makefile b/lang/python27/Makefile index a3bad48045fd..1802c1053c1c 100644 --- a/lang/python27/Makefile +++ b/lang/python27/Makefile @@ -89,7 +89,7 @@ PLIST_SUB+= X86_ONLY="" PLIST_SUB+= X86_ONLY="@comment " .endif -.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64 || ${ARCH} == powerpc64 || ${ARCH} == mips64 +.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == mips64 || ${ARCH} == powerpc64 || ${ARCH} == sparc64 PLIST_SUB+= 32BIT_ONLY="@comment " .else PLIST_SUB+= 32BIT_ONLY="" |