diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-11-22 01:24:23 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-11-22 01:24:23 +0000 |
commit | f347d72c5b9845d595e0e733f18a062fcafb8ca8 (patch) | |
tree | 769370a4426fe8ff97e23186a9c5bf90d4242fd6 /textproc/py-ufal.udpipe | |
parent | 34b798e18ac359d8bd6644dae990146024030c44 (diff) | |
download | ports-f347d72c5b9845d595e0e733f18a062fcafb8ca8.tar.gz ports-f347d72c5b9845d595e0e733f18a062fcafb8ca8.zip |
Notes
Diffstat (limited to 'textproc/py-ufal.udpipe')
-rw-r--r-- | textproc/py-ufal.udpipe/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-ufal.udpipe/Makefile b/textproc/py-ufal.udpipe/Makefile index 6e2c4f3b364b..cd0323706b9d 100644 --- a/textproc/py-ufal.udpipe/Makefile +++ b/textproc/py-ufal.udpipe/Makefile @@ -12,8 +12,8 @@ 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 |