From 8235e6932ed22392e91a8d64ad2968b98e4ffbbb Mon Sep 17 00:00:00 2001 From: Bruce M Simpson Date: Mon, 16 Feb 2004 14:37:39 +0000 Subject: Update this port to use the USE_OPENLDAP switch from bsd.port.mk. Noticed by: Oliver Eikemeier --- net/ldap2dns/Makefile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'net/ldap2dns') diff --git a/net/ldap2dns/Makefile b/net/ldap2dns/Makefile index af803b3cd09d..e625742f07ce 100644 --- a/net/ldap2dns/Makefile +++ b/net/ldap2dns/Makefile @@ -14,14 +14,7 @@ MASTER_SITES= http://ldap2dns.tiscover.com/ MAINTAINER= bms@FreeBSD.org COMMENT= Maintain DNS zones using an LDAP directory -WITH_OPENLDAP_VER?= 12 -.if ${WITH_OPENLDAP_VER} == "21" -LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap21-client -.elif ${WITH_OPENLDAP_VER} == "20" -LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap20-client -.elif ${WITH_OPENLDAP_VER} == "12" -LIB_DEPENDS= ldap.1:${PORTSDIR}/net/openldap12 -.endif +USE_OPENLDAP= yes RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ ${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap -- cgit v1.2.3