diff options
author | Doug Barton <dougb@FreeBSD.org> | 2004-01-03 20:30:39 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2004-01-03 20:30:39 +0000 |
commit | e97db53ab7224a0187b19f2e4729d1e01175ed11 (patch) | |
tree | efae2cf596d41def625d301711202fd46964cfe4 /net | |
parent | Udpate to 1.0.2. (diff) |
Adjust the dependency check on p5-Net-DNS to take into account its
new PERL_ARCH'ified location.
In a few cases, standardize on searching for
${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm instead of other files.
Notes
Notes:
svn path=/head/; revision=97245
Diffstat (limited to 'net')
-rw-r--r-- | net/hinfo/Makefile | 2 | ||||
-rw-r--r-- | net/ldap2dns/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/hinfo/Makefile b/net/hinfo/Makefile index 9317e7daa693..ec0f7a628c38 100644 --- a/net/hinfo/Makefile +++ b/net/hinfo/Makefile @@ -16,7 +16,7 @@ MASTER_SITES= http://www.lonesome.com/FreeBSD/distfiles/ MAINTAINER= linimon@lonesome.com COMMENT= Utility primarily designed to find the owner of an IP block -RUN_DEPENDS= ${SITE_PERL}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ wget:${PORTSDIR}/ftp/wget/ USE_PERL5_RUN= yes diff --git a/net/ldap2dns/Makefile b/net/ldap2dns/Makefile index 464b82a8a47d..47934ebcf5a3 100644 --- a/net/ldap2dns/Makefile +++ b/net/ldap2dns/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap20-client LIB_DEPENDS= ldap.1:${PORTSDIR}/net/openldap12 .endif -RUN_DEPENDS= ${SITE_PERL}/Net/DNS/Header.pm:${PORTSDIR}/dns/p5-Net-DNS \ +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ ${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap USE_GMAKE=yes |