diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-08-15 04:44:40 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-08-15 04:44:40 +0000 |
commit | 38963399e1c1c37d08706aae3ad79fd69835e80f (patch) | |
tree | fa1770406dd240107cd39ef802c5a7a6b8adc424 /dns/powerdns | |
parent | bf3c76f53a3797fd779c67c808e26091de2f6758 (diff) | |
download | ports-38963399e1c1c37d08706aae3ad79fd69835e80f.tar.gz ports-38963399e1c1c37d08706aae3ad79fd69835e80f.zip |
Notes
Diffstat (limited to 'dns/powerdns')
-rw-r--r-- | dns/powerdns/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 <bsd.port.pre.mk> .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: |