diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 14:39:14 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 14:39:14 +0000 |
commit | bd4d8236ba9e303590baea2f49896d1b57c1f4f4 (patch) | |
tree | f9633c66411174d9396ea7041d10cec418d2b777 /net/ldap2dns | |
parent | 7c228e4748d93ea5aaea790deb37da1914d3be1d (diff) |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Notes
Notes:
svn path=/head/; revision=300276
Diffstat (limited to 'net/ldap2dns')
-rw-r--r-- | net/ldap2dns/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ldap2dns/Makefile b/net/ldap2dns/Makefile index 772801698d48..be9ca806b01b 100644 --- a/net/ldap2dns/Makefile +++ b/net/ldap2dns/Makefile @@ -14,8 +14,8 @@ MASTER_SITES= http://projects.alkaloid.net/e107_files/downloads/ MAINTAINER= gerrit.beine@gmx.de COMMENT= Maintain DNS zones using an LDAP directory -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ - ${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap +RUN_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ + p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap USE_GMAKE= yes USE_OPENLDAP= yes |