aboutsummaryrefslogtreecommitdiff
path: root/lang/python26/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2012-05-28 05:16:37 +0000
committerMartin Wilke <miwi@FreeBSD.org>2012-05-28 05:16:37 +0000
commitbf2aa23152cb2d1a80b71ce4b87bf07f6fda1e6c (patch)
treefd7145317570105ffdbc000e792c388a392be9eb /lang/python26/Makefile
parentdbd597a19f1942b1c2715906bc1ecc67122ca269 (diff)
Notes
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=""