Index: head/textproc/py-ufal.udpipe/Makefile =================================================================== --- head/textproc/py-ufal.udpipe/Makefile (revision 485576) +++ head/textproc/py-ufal.udpipe/Makefile (revision 485577) @@ -1,21 +1,21 @@ # $FreeBSD$ PORTNAME= ufal.udpipe PORTVERSION= 1.2.0.1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Python bindings to UDPipe library for parsing universal treebanks LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_mips64= Only little endian systems are supported! -BROKEN_powerpc64= Only little endian systems are supported! +NOT_FOR_ARCHS= mips mips64 powerpc powerpc64 powerpcspe sparc64 +NOT_FOR_ARCHS_REASON= Only little endian systems are supported! USES= compiler:c++11-lang python USE_PYTHON= distutils autoplist .include