diff options
Diffstat (limited to 'misc/xiphos')
-rw-r--r-- | misc/xiphos/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/xiphos/Makefile b/misc/xiphos/Makefile index 96ff87111b0a..a749914723e1 100644 --- a/misc/xiphos/Makefile +++ b/misc/xiphos/Makefile @@ -11,8 +11,7 @@ COMMENT= Bible interface utilizing the sword framework LICENSE= GPLv2 -BROKEN_FreeBSD_12= fails to compile: /usr/include/c++/v1/type_traits:1116:29: recursive template instantiation exceeded maximum depth of 25 -BROKEN_FreeBSD_13= fails to compile: /usr/include/c++/v1/type_traits:1116:29: recursive template instantiation exceeded maximum depth of 25 +BROKEN= fails to compile: /usr/include/c++/v1/type_traits:1116:29: recursive template instantiation exceeded maximum depth of 25 BUILD_DEPENDS= ${RUN_DEPENDS} \ docbook2html:textproc/docbook-utils \ |