diff options
Diffstat (limited to 'lang/python27')
-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 c14331f5b2dd..1043a7f510bf 100644 --- a/lang/python27/Makefile +++ b/lang/python27/Makefile @@ -124,7 +124,7 @@ PLIST_SUB+= X86_ONLY="" .else PLIST_SUB+= X86_ONLY="@comment " .endif -.if ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64 || ${ARCH} == alpha || ${ARCH} == powerpc64 +.if ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64 || ${ARCH} == powerpc64 PLIST_SUB+= 32BIT_ONLY="@comment " .else PLIST_SUB+= 32BIT_ONLY="" |