diff options
author | edwin <edwin@FreeBSD.org> | 2008-05-29 19:52:06 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2008-05-29 19:52:06 +0800 |
commit | cff3de90619e04786ce5338b2b282036a8c5274e (patch) | |
tree | 22db7e4fe874bbfe624341829d4ebb5469e0c412 /net-im/p5-Net-XMPP2 | |
parent | d0ab1ca50db5643cf4d317e1f1c363d65b5649a1 (diff) | |
download | freebsd-ports-gnome-cff3de90619e04786ce5338b2b282036a8c5274e.tar.gz freebsd-ports-gnome-cff3de90619e04786ce5338b2b282036a8c5274e.tar.zst freebsd-ports-gnome-cff3de90619e04786ce5338b2b282036a8c5274e.zip |
Fix dependency on dns/p5-Net-DNS
Noticed by: Ion-Mihai Tetcu <itetcu@>
Diffstat (limited to 'net-im/p5-Net-XMPP2')
-rw-r--r-- | net-im/p5-Net-XMPP2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/p5-Net-XMPP2/Makefile b/net-im/p5-Net-XMPP2/Makefile index 94d7afc90f03..908191dfd283 100644 --- a/net-im/p5-Net-XMPP2/Makefile +++ b/net-im/p5-Net-XMPP2/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Di ${SITE_PERL}/AnyEvent.pm:${PORTSDIR}/devel/p5-AnyEvent \ ${SITE_PERL}/Authen/SASL.pm:${PORTSDIR}/security/p5-Authen-SASL \ ${SITE_PERL}/BS/Event.pm:${PORTSDIR}/devel/p5-BS-Event \ - ${SITE_PERL}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ + ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ ${SITE_PERL}/XML/Writer.pm:${PORTSDIR}/textproc/p5-XML-Writer PERL_CONFIGURE= yes |