diff options
author | az <az@FreeBSD.org> | 2012-06-30 22:39:14 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-30 22:39:14 +0800 |
commit | c4488f29abd1339c42a704fb50b07d1210e0f3bc (patch) | |
tree | a25208b0a392c23b33fbca24c07360b17a5572c2 /net/ldap2dns | |
parent | b05a8fe37751aa289876d113a2ba1f68df128404 (diff) | |
download | freebsd-ports-gnome-c4488f29abd1339c42a704fb50b07d1210e0f3bc.tar.gz freebsd-ports-gnome-c4488f29abd1339c42a704fb50b07d1210e0f3bc.tar.zst freebsd-ports-gnome-c4488f29abd1339c42a704fb50b07d1210e0f3bc.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
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 |