Do not insist that the port does not install on Tier-2 architectures: it

installs fine at least on PowerPC, and I do not see a reason why would a
Python port fail elsewhere (provided that Python itself is OK, and it is).
This commit is contained in:
Alexey Dokuchaev 2015-09-06 14:07:02 +00:00
parent c1e55cee0d
commit 4331696728
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396219

View File

@ -16,10 +16,4 @@ LICENSE= APACHE20
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
BROKEN= Does not install on ia64, powerpc, or sparc64
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>