diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2013-09-10 09:23:58 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2013-09-10 09:23:58 +0800 |
commit | 819d56c383aa55ec11f90d3d5e0dd05cadbb7c30 (patch) | |
tree | 2fcf80459d4b4a91c9a86780b9fed0590818f51c /misc | |
parent | 37a77c2f6921fffb0996bce2b9784ffd7d48e9d8 (diff) | |
download | freebsd-ports-gnome-819d56c383aa55ec11f90d3d5e0dd05cadbb7c30.tar.gz freebsd-ports-gnome-819d56c383aa55ec11f90d3d5e0dd05cadbb7c30.tar.zst freebsd-ports-gnome-819d56c383aa55ec11f90d3d5e0dd05cadbb7c30.zip |
- Add USE_GCC=any to build on 10.X
Submitted by: pkg-fallout
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bibletime/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/bibletime/Makefile b/misc/bibletime/Makefile index 7f110520dfd1..b86c47337ed4 100644 --- a/misc/bibletime/Makefile +++ b/misc/bibletime/Makefile @@ -15,6 +15,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libsword-1.6.2.so:${PORTSDIR}/misc/sword BUILD_DEPENDS:= ${RUN_DEPENDS} LIB_DEPENDS= clucene-core:${PORTSDIR}/textproc/clucene +USE_GCC= any USE_BZIP2= yes USE_OPENSSL= yes USES= cmake |