aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbms <bms@FreeBSD.org>2004-02-16 22:37:39 +0800
committerbms <bms@FreeBSD.org>2004-02-16 22:37:39 +0800
commit652ef9235f79b026880e2216f555f408bb7b41a3 (patch)
treed03a00e9594eb514fc91cab8b791fde7ecdc436b
parent80a88b3ce44ef4a7ba009b3456913e43b5a36278 (diff)
downloadfreebsd-ports-graphics-652ef9235f79b026880e2216f555f408bb7b41a3.tar.gz
freebsd-ports-graphics-652ef9235f79b026880e2216f555f408bb7b41a3.tar.zst
freebsd-ports-graphics-652ef9235f79b026880e2216f555f408bb7b41a3.zip
Update this port to use the USE_OPENLDAP switch from bsd.port.mk.
Noticed by: Oliver Eikemeier
-rw-r--r--net/ldap2dns/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/net/ldap2dns/Makefile b/net/ldap2dns/Makefile
index af803b3cd09..e625742f07c 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