From 38c48c63c49b53149afb51d6e442b34c2e6aaa26 Mon Sep 17 00:00:00 2001 From: Thomas Abthorpe Date: Thu, 20 Apr 2017 13:33:10 +0000 Subject: [PATCH] - Mark as BROKEN on 12.X MFH: 2017Q2 --- misc/bibletime/Makefile | 2 ++ misc/sword/Makefile | 2 ++ misc/xiphos/Makefile | 2 ++ 3 files changed, 6 insertions(+) diff --git a/misc/bibletime/Makefile b/misc/bibletime/Makefile index 2557f6c63db7..7a93632a9d96 100644 --- a/misc/bibletime/Makefile +++ b/misc/bibletime/Makefile @@ -10,6 +10,8 @@ COMMENT= Open source Bible study tool LICENSE= GPLv2 +BROKEN_FreeBSD_12= does not build on 12.X + LIB_DEPENDS= libclucene-core.so:textproc/clucene \ libsword.so:misc/sword diff --git a/misc/sword/Makefile b/misc/sword/Makefile index 74d6805a1192..f0c98dc2638d 100644 --- a/misc/sword/Makefile +++ b/misc/sword/Makefile @@ -13,6 +13,8 @@ COMMENT= Framework for manipulating Bible texts LICENSE= GPLv2 +BROKEN_FreeBSD_12= does not build on 12.X + BUILD_DEPENDS= cppunit-config:devel/cppunit GNU_CONFIGURE= yes diff --git a/misc/xiphos/Makefile b/misc/xiphos/Makefile index 89ff4c29d904..829069f24748 100644 --- a/misc/xiphos/Makefile +++ b/misc/xiphos/Makefile @@ -11,6 +11,8 @@ COMMENT= Bible interface utilizing the sword framework LICENSE= GPLv2 +BROKEN_FreeBSD_12= does not build on 12.X + RUN_DEPENDS= yelp:x11/yelp BUILD_DEPENDS:= ${RUN_DEPENDS} \ docbook2html:textproc/docbook-utils \