diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-03 04:22:15 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-03 05:27:53 +0000 |
commit | a6b469b848bc641bc70232af417843b954d67632 (patch) | |
tree | f72871bd475437f70afb4d39aba924ea9743ce67 /textproc | |
parent | 99bb9e673acb37a43e9bc31a034c403f21fc45bd (diff) | |
download | ports-a6b469b848bc641bc70232af417843b954d67632.tar.gz ports-a6b469b848bc641bc70232af417843b954d67632.zip |
textproc/apertium-eng: BROKEN on 15 armv7
Reported by: portsfallout
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/apertium-eng/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/apertium-eng/Makefile b/textproc/apertium-eng/Makefile index 7af875a47fec..b431a9bddc94 100644 --- a/textproc/apertium-eng/Makefile +++ b/textproc/apertium-eng/Makefile @@ -11,6 +11,8 @@ WWW= https://www.apertium.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_FreeBSD_15_armv7= segmentation fault + BUILD_DEPENDS= apertium>0:textproc/apertium LIB_DEPENDS= libcg3.so:textproc/cg3 |