diff options
author | nemoliu <nemoliu@FreeBSD.org> | 2010-08-09 16:54:36 +0800 |
---|---|---|
committer | nemoliu <nemoliu@FreeBSD.org> | 2010-08-09 16:54:36 +0800 |
commit | 79fb3d102e2d325737f910d8a867ceb2cae79dc6 (patch) | |
tree | 857ca8342607c513fbdd3a15ba51f7c3e1a6404a /net-p2p/bitflu | |
parent | e0c00afed867fa9d5f6bb321db15c9a5499b5687 (diff) | |
download | freebsd-ports-gnome-79fb3d102e2d325737f910d8a867ceb2cae79dc6.tar.gz freebsd-ports-gnome-79fb3d102e2d325737f910d8a867ceb2cae79dc6.tar.zst freebsd-ports-gnome-79fb3d102e2d325737f910d8a867ceb2cae79dc6.zip |
- Rename net/p5-IO-INET6 to net/p5-IO-Socket-INET6.
PR: ports/148309
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Diffstat (limited to 'net-p2p/bitflu')
-rw-r--r-- | net-p2p/bitflu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/bitflu/Makefile b/net-p2p/bitflu/Makefile index 909b010b704e..c46b84db00a6 100644 --- a/net-p2p/bitflu/Makefile +++ b/net-p2p/bitflu/Makefile @@ -35,7 +35,7 @@ OPTIONS= IPV6 "Enable functionality over IPv6 transport" on .include <bsd.port.pre.mk> .if !defined(WITHOUT_IPV6) -RUN_DEPENDS+= ${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-INET6 +RUN_DEPENDS+= ${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-Socket-INET6 .endif post-patch: |