summaryrefslogtreecommitdiff
path: root/lang/python26/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python26/Makefile')
-rw-r--r--lang/python26/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/lang/python26/Makefile b/lang/python26/Makefile
index 848d9bddf172..4f038f3f02ff 100644
--- a/lang/python26/Makefile
+++ b/lang/python26/Makefile
@@ -107,12 +107,7 @@ CONFIGURE_ARGS+= --enable-unicode=ucs4
CONFIGURE_ARGS+= --without-pymalloc
.endif
-.if ${ARCH} == powerpc
-PLIST_SUB+= NOT_FOR_POWERPC="@comment "
-.else
-PLIST_SUB+= NOT_FOR_POWERPC=""
-.endif
-.if ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64 || ${ARCH} == alpha
+.if ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64
PLIST_SUB+= 32BIT_ONLY="@comment "
.else
PLIST_SUB+= 32BIT_ONLY=""