diff options
author | bms <bms@FreeBSD.org> | 2004-02-16 22:37:39 +0800 |
---|---|---|
committer | bms <bms@FreeBSD.org> | 2004-02-16 22:37:39 +0800 |
commit | 652ef9235f79b026880e2216f555f408bb7b41a3 (patch) | |
tree | d03a00e9594eb514fc91cab8b791fde7ecdc436b /net/ldap2dns | |
parent | 80a88b3ce44ef4a7ba009b3456913e43b5a36278 (diff) | |
download | freebsd-ports-gnome-652ef9235f79b026880e2216f555f408bb7b41a3.tar.gz freebsd-ports-gnome-652ef9235f79b026880e2216f555f408bb7b41a3.tar.zst freebsd-ports-gnome-652ef9235f79b026880e2216f555f408bb7b41a3.zip |
Update this port to use the USE_OPENLDAP switch from bsd.port.mk.
Noticed by: Oliver Eikemeier
Diffstat (limited to 'net/ldap2dns')
-rw-r--r-- | net/ldap2dns/Makefile | 9 |
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 |