diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2011-02-24 23:50:26 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2011-02-24 23:50:26 +0000 |
commit | a24db69934acb65d89185fe51fa0451754336260 (patch) | |
tree | a51fdd909a0e98076baa20dfd1dae86d05399ce6 /lang/python26/Makefile | |
parent | ae15cc47c1b948edaa661d5977002261d6388c22 (diff) | |
download | ports-a24db69934acb65d89185fe51fa0451754336260.tar.gz ports-a24db69934acb65d89185fe51fa0451754336260.zip |
Notes
Diffstat (limited to 'lang/python26/Makefile')
-rw-r--r-- | lang/python26/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lang/python26/Makefile b/lang/python26/Makefile index 1aa95f034409..8a69947b1d68 100644 --- a/lang/python26/Makefile +++ b/lang/python26/Makefile @@ -115,11 +115,6 @@ CONFIGURE_ARGS+= --enable-unicode=ucs4 CONFIGURE_ARGS+= --without-pymalloc .endif -.if ${ARCH} == i386 -PLIST_SUB+= X86_ONLY="" -.else -PLIST_SUB+= X86_ONLY="@comment " -.endif .if ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64 || ${ARCH} == alpha PLIST_SUB+= 32BIT_ONLY="@comment " .else |