aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-07-21 22:29:22 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-07-21 22:29:22 +0000
commit7336164f4912e81b6d20fc99305dbca3957b1cc0 (patch)
treee5592006c4bd4c3fec5754c407713575b5a5193b /dns
parentcd44a8ba7fa73965fa44d20e48a63adfc0a37102 (diff)
downloadports-7336164f4912e81b6d20fc99305dbca3957b1cc0.tar.gz
ports-7336164f4912e81b6d20fc99305dbca3957b1cc0.zip
- Separate OpenLDAP related code into bsd.ldap.mk
- Change default OpenLDAP version to 2.4 - Remove OpenLDAP 2.2 support, the port has been gone for some time now - Add -DDEPRECATED to CFLAGS for all OpenLDAP using ports PR: ports/123602, ports/124115, ports/125605 Submitted by: delphij, Jens Rehsack <rehsack@web.de>, Yuri Pankov <yuri.pankov@gmail.com> - Remove USE_GTK, it's no longer used PR: ports/123528 Submitted by: mezz - Use PATCH_WRKSRC instead of WRKSRC in do-patch target PR: ports/124169 Submitted by: Max Brazhnikov <makc@issp.ac.ru> - Remove USE_XPM, it's been replaced by USE_XORG+=xpm PR: ports/124506 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> - Minor fixups for bsd.port.mk PR: ports/122675 Submitted by: linimon - Remove stale comment about USE_GETOPT_LONG PR: ports/124521 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> - Correct comment about default fetch arguments PR: ports/125334 Submitted by: Gary Palmer <freebsd-gnats@in-addr.com>
Notes
Notes: svn path=/head/; revision=217264
Diffstat (limited to 'dns')
-rw-r--r--dns/bind9-dlz/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/bind9-dlz/Makefile b/dns/bind9-dlz/Makefile
index 3dec610a232a..9c55762f3d57 100644
--- a/dns/bind9-dlz/Makefile
+++ b/dns/bind9-dlz/Makefile
@@ -88,7 +88,7 @@ CONFIGURE_ARGS+= --with-dlz-mysql
.if defined(WITH_LDAP)
LDAP_SUFFIX= +ldap
-USE_OPENLDAP_VER?= 23
+WITH_OPENLDAP_VER?= 23
CONFIGURE_ARGS+= --with-dlz-ldap
.endif