aboutsummaryrefslogtreecommitdiff
path: root/net/ldap2dns
diff options
context:
space:
mode:
authorBruce M Simpson <bms@FreeBSD.org>2004-02-16 14:37:39 +0000
committerBruce M Simpson <bms@FreeBSD.org>2004-02-16 14:37:39 +0000
commit8235e6932ed22392e91a8d64ad2968b98e4ffbbb (patch)
tree042269fdaa28cf29f7bba3b6e0a53cd0e2801a69 /net/ldap2dns
parent5917cbfb83f9448c2134a0ed0f4e07d47ae6109f (diff)
downloadports-8235e6932ed22392e91a8d64ad2968b98e4ffbbb.tar.gz
ports-8235e6932ed22392e91a8d64ad2968b98e4ffbbb.zip
Notes
Diffstat (limited to 'net/ldap2dns')
-rw-r--r--net/ldap2dns/Makefile9
1 files changed, 1 insertions, 8 deletions
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