diff options
author | tobez <tobez@FreeBSD.org> | 2006-08-23 19:34:04 +0000 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2006-08-23 19:34:04 +0000 |
commit | f78b297bcd8e037a3b86627244448da7f74a5bd6 (patch) | |
tree | 476df03eced33e62d06315335da7cdee2e724662 /net/xbone | |
parent | 602dba41a28639470adee1e8136583d25d5bf8c9 (diff) | |
download | FreeBSD-ports-f78b297bcd8e037a3b86627244448da7f74a5bd6.zip FreeBSD-ports-f78b297bcd8e037a3b86627244448da7f74a5bd6.tar.gz |
NetAddr/IP.pm has changed its location after the last update.
Chase dependent ports and specify the dependency using "package
dependency" syntax which is immune to such changes.
No portrevision bumps.
Reported by: krismail
Pointy hat to: tobez
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 14f6f36..fd18225 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 \ |