From 38963399e1c1c37d08706aae3ad79fd69835e80f Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Fri, 15 Aug 2003 04:44:40 +0000 Subject: [PATCH] - New option LDAP_PORT --- dns/powerdns-devel/Makefile | 5 +++-- dns/powerdns/Makefile | 5 +++-- net/powerdns/Makefile | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/dns/powerdns-devel/Makefile b/dns/powerdns-devel/Makefile index ce0742ddc593..ee7704e780bd 100644 --- a/dns/powerdns-devel/Makefile +++ b/dns/powerdns-devel/Makefile @@ -21,6 +21,7 @@ GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-modules="${CONFIGURE_MODULES} pipe" \ --with-dynmodules="" # --enable-debug +LDAP_PORT?= net/openldap20-client # use user config if possible .if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc) @@ -86,8 +87,8 @@ describe: .include .if ${OSVERSION} >= 500043 && defined(WITH_LDAP) -LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20-client -LIB_DEPENDS+= lber.2:${PORTSDIR}/net/openldap20-client +LIB_DEPENDS+= ldap.2:${PORTSDIR}/${LDAP_PORT} +LIB_DEPENDS+= lber.2:${PORTSDIR}/${LDAP_PORT} CONFIGURE_MODULES+= "ldap" post-patch: diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile index ce0742ddc593..ee7704e780bd 100644 --- a/dns/powerdns/Makefile +++ b/dns/powerdns/Makefile @@ -21,6 +21,7 @@ GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-modules="${CONFIGURE_MODULES} pipe" \ --with-dynmodules="" # --enable-debug +LDAP_PORT?= net/openldap20-client # use user config if possible .if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc) @@ -86,8 +87,8 @@ describe: .include .if ${OSVERSION} >= 500043 && defined(WITH_LDAP) -LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20-client -LIB_DEPENDS+= lber.2:${PORTSDIR}/net/openldap20-client +LIB_DEPENDS+= ldap.2:${PORTSDIR}/${LDAP_PORT} +LIB_DEPENDS+= lber.2:${PORTSDIR}/${LDAP_PORT} CONFIGURE_MODULES+= "ldap" post-patch: diff --git a/net/powerdns/Makefile b/net/powerdns/Makefile index ce0742ddc593..ee7704e780bd 100644 --- a/net/powerdns/Makefile +++ b/net/powerdns/Makefile @@ -21,6 +21,7 @@ GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-modules="${CONFIGURE_MODULES} pipe" \ --with-dynmodules="" # --enable-debug +LDAP_PORT?= net/openldap20-client # use user config if possible .if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc) @@ -86,8 +87,8 @@ describe: .include .if ${OSVERSION} >= 500043 && defined(WITH_LDAP) -LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20-client -LIB_DEPENDS+= lber.2:${PORTSDIR}/net/openldap20-client +LIB_DEPENDS+= ldap.2:${PORTSDIR}/${LDAP_PORT} +LIB_DEPENDS+= lber.2:${PORTSDIR}/${LDAP_PORT} CONFIGURE_MODULES+= "ldap" post-patch: