aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-ufal.udpipe
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-11-22 01:24:23 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-11-22 01:24:23 +0000
commitf347d72c5b9845d595e0e733f18a062fcafb8ca8 (patch)
tree769370a4426fe8ff97e23186a9c5bf90d4242fd6 /textproc/py-ufal.udpipe
parent34b798e18ac359d8bd6644dae990146024030c44 (diff)
downloadports-f347d72c5b9845d595e0e733f18a062fcafb8ca8.tar.gz
ports-f347d72c5b9845d595e0e733f18a062fcafb8ca8.zip
Switch from BROKEN to NOT_FOR_ARCHS. This is the canonical form for
endianness issues. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=485577
Diffstat (limited to 'textproc/py-ufal.udpipe')
-rw-r--r--textproc/py-ufal.udpipe/Makefile4
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