aboutsummaryrefslogtreecommitdiff
path: root/sysutils/bareos-client
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2021-02-20 00:35:19 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2021-02-20 00:35:19 +0000
commitaf64b27ae4ac62d6676d4c12ff943e9fcd2f45bc (patch)
tree6816194e5163055a2340289496cb27f09c51293e /sysutils/bareos-client
parent8a1ef6c707c9d7979b744d6e3b41bbe0b4cc2887 (diff)
downloadports-af64b27ae4ac62d6676d4c12ff943e9fcd2f45bc.tar.gz
ports-af64b27ae4ac62d6676d4c12ff943e9fcd2f45bc.zip
- Fix build on 13/14 [1]
- Now LMDB support is not optional in bareos-client port. It is compiled by default - Add LMDB OPTION into bareos-server port PR: 252917 Submitted by: Trond.Endrestol at ximalas.info [1]
Notes
Notes: svn path=/head/; revision=566126
Diffstat (limited to 'sysutils/bareos-client')
-rw-r--r--sysutils/bareos-client/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/bareos-client/Makefile b/sysutils/bareos-client/Makefile
index b37e5900861e..8688e7f0da2e 100644
--- a/sysutils/bareos-client/Makefile
+++ b/sysutils/bareos-client/Makefile
@@ -15,11 +15,10 @@ MASTERDIR= ${.CURDIR}/../../sysutils/bareos-server
OPTIONS_GROUP= PLUGINS
OPTIONS_GROUP_PLUGINS= CEPHFS GFAPI RADOS
-OPTIONS_DEFINE= NLS PYTHON LMDB SCSICRYPTO
+OPTIONS_DEFINE= NLS PYTHON SCSICRYPTO
CEPHFS_DESC= CEPHFS fd plugin support
GFAPI_DESC= GFAPI fd plugin support
RADOS_DESC= RADOS fd plugin support
-LMDB_DESC= Enable build of LMDB support
.include "${MASTERDIR}/Makefile"