View | Details | Raw Unified | Return to bug 223985
Collapse All | Expand All

(-)lang/python27/Makefile (-1 / +1 lines)
Lines 93-99 Link Here
93
PLIST_SUB+=	X86_ONLY="@comment "
93
PLIST_SUB+=	X86_ONLY="@comment "
94
.endif
94
.endif
95
95
96
.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64 || ${ARCH} == powerpc64 || ${ARCH} == mips64
96
.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == mips64 || ${ARCH} == powerpc64 || ${ARCH} == sparc64
97
PLIST_SUB+=	32BIT_ONLY="@comment "
97
PLIST_SUB+=	32BIT_ONLY="@comment "
98
.else
98
.else
99
PLIST_SUB+=	32BIT_ONLY=""
99
PLIST_SUB+=	32BIT_ONLY=""

Return to bug 223985