diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2017-04-20 21:33:10 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2017-04-20 21:33:10 +0800 |
commit | f0159f2f9b68af7fba7dd5c3348a2d765a68946d (patch) | |
tree | 3139a53bfff4d8b38ad3f50bb2270e464f58c750 | |
parent | 60179266503f016abb00973082b221daf18fd0cb (diff) | |
download | freebsd-ports-gnome-f0159f2f9b68af7fba7dd5c3348a2d765a68946d.tar.gz freebsd-ports-gnome-f0159f2f9b68af7fba7dd5c3348a2d765a68946d.tar.zst freebsd-ports-gnome-f0159f2f9b68af7fba7dd5c3348a2d765a68946d.zip |
- Mark as BROKEN on 12.X
MFH: 2017Q2
-rw-r--r-- | misc/bibletime/Makefile | 2 | ||||
-rw-r--r-- | misc/sword/Makefile | 2 | ||||
-rw-r--r-- | misc/xiphos/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
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 \ |