diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2006-08-23 19:34:04 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2006-08-23 19:34:04 +0000 |
commit | de5b609b0d3292e9ad59f2489772915d914cb794 (patch) | |
tree | 518345fe80bb0f4dcdc2abd2bd9b644965bf03be /net/xbone | |
parent | 52290936ce281e8d0905d7dee7b04e10d1a7dcbd (diff) | |
download | ports-de5b609b0d3292e9ad59f2489772915d914cb794.tar.gz ports-de5b609b0d3292e9ad59f2489772915d914cb794.zip |
Notes
Diffstat (limited to 'net/xbone')
-rw-r--r-- | net/xbone/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/xbone/Makefile b/net/xbone/Makefile index 14f6f36727f6..fd18225607b2 100644 --- a/net/xbone/Makefile +++ b/net/xbone/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS= ${SITE_PERL}/AppConfig.pm:${PORTSDIR}/devel/p5-AppConfig \ ${SITE_PERL}/Parallel/ForkManager.pm:${PORTSDIR}/devel/p5-Parallel-ForkManager \ ${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent \ ${SITE_PERL}/Graph.pm:${PORTSDIR}/math/p5-Graph \ - ${SITE_PERL}/NetAddr/IP.pm:${PORTSDIR}/net-mgmt/p5-NetAddr-IP \ + p5-NetAddr-IP>0:${PORTSDIR}/net-mgmt/p5-NetAddr-IP \ ${SITE_PERL}/Net/IP.pm:${PORTSDIR}/net-mgmt/p5-Net-IP \ ${SITE_PERL}/Net/Netmask.pm:${PORTSDIR}/net-mgmt/p5-Net-Netmask \ ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ |