diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2014-01-29 14:54:52 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2014-01-29 14:54:52 +0000 |
commit | 542dbc8cc734dae37d4426aced868e11a3eacfb7 (patch) | |
tree | a0787eb6189738fec4345ffc3064b8b8f9727c5c /lang/python27 | |
parent | - Support STAGEDIR (diff) |
Remove references to long unsupported alpha.
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="" |