diff options
author | antoine <antoine@FreeBSD.org> | 2017-01-10 20:08:19 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-01-10 20:08:19 +0800 |
commit | 9614e0acc92b4a2e79a3b80c2c22caca0f41b073 (patch) | |
tree | ea4dee2747c61c33ec5e83845c4247221e9c040c /databases | |
parent | c59d3d267626ecdabf59dc2d3ad9ed02ba177c12 (diff) | |
download | freebsd-ports-gnome-9614e0acc92b4a2e79a3b80c2c22caca0f41b073.tar.gz freebsd-ports-gnome-9614e0acc92b4a2e79a3b80c2c22caca0f41b073.tar.zst freebsd-ports-gnome-9614e0acc92b4a2e79a3b80c2c22caca0f41b073.zip |
Remove WANT_OPENLDAP_SASL from a few ports as it prevents users from easily
installing a desktop environment and samba.
WANT_OPENLDAP_SASL must not be used in invidual ports Makefiles.
Note: there is a wip to rewrite the handling of openldap in ports
With hat: portmgr
Reviewed by: mat
MFH: 2017Q1
Differential Revision: https://reviews.freebsd.org/D9083
Diffstat (limited to 'databases')
-rw-r--r-- | databases/ldb/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/ldb/Makefile b/databases/ldb/Makefile index c51186a683a3..d8d389334bc9 100644 --- a/databases/ldb/Makefile +++ b/databases/ldb/Makefile @@ -2,7 +2,7 @@ PORTNAME= ldb PORTVERSION= 1.1.29 -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 0 CATEGORIES= databases MASTER_SITES= SAMBA @@ -20,7 +20,6 @@ WAF_CMD= buildtools/bin/waf CONFIGURE_LOG= bin/config.log USE_OPENLDAP= yes -WANT_OPENLDAP_SASL= yes PKGCONFIGDIR?= ${PREFIX}/libdata/pkgconfig PLIST_SUB+= PKGCONFIGDIR=${PKGCONFIGDIR:S;${PREFIX}/;;} |