diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2019-06-19 14:31:10 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2019-06-19 14:31:10 +0000 |
commit | aac536135d598aa9d4b4fd313cdc7bc6a3389d16 (patch) | |
tree | 8d927e37b523b02abd18a5992fd109c254ca38a2 /misc | |
parent | f873ab9dfda7c47ee206b75d8e7bad2ba0b07f85 (diff) | |
download | ports-aac536135d598aa9d4b4fd313cdc7bc6a3389d16.tar.gz ports-aac536135d598aa9d4b4fd313cdc7bc6a3389d16.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bibletime/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/bibletime/Makefile b/misc/bibletime/Makefile index d6aec35d99ab..59b820732aeb 100644 --- a/misc/bibletime/Makefile +++ b/misc/bibletime/Makefile @@ -11,12 +11,10 @@ COMMENT= Open source Bible study tool LICENSE= GPLv2 -BROKEN_powerpc64= fails to compile: btosismorphsegmentation.cpp.o: undefined reference to sword::SWOptionFilter::SWOptionFilter - LIB_DEPENDS= libclucene-core.so:textproc/clucene \ libsword.so:misc/sword -USES= cmake qt:5 tar:xz ssl +USES= cmake compiler:c11 qt:5 tar:xz ssl USE_QT= buildtools core dbus gui linguist_build network script svg \ webkit xml qmake_build .include <bsd.port.mk> |