diff options
Diffstat (limited to 'net-p2p/bitflu/Makefile')
-rw-r--r-- | net-p2p/bitflu/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/bitflu/Makefile b/net-p2p/bitflu/Makefile index 8821103961cb..43f4cdf8ef37 100644 --- a/net-p2p/bitflu/Makefile +++ b/net-p2p/bitflu/Makefile @@ -12,8 +12,8 @@ COMMENT= BitTorrent client written in Perl LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/Documentation/artistic-2_0.txt -RUN_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \ - p5-Danga-Socket>=0:${PORTSDIR}/devel/p5-Danga-Socket +RUN_DEPENDS= p5-Digest-SHA1>=0:security/p5-Digest-SHA1 \ + p5-Danga-Socket>=0:devel/p5-Danga-Socket USES= perl5 shebangfix tar:tgz NO_BUILD= yes @@ -27,7 +27,7 @@ PORTDOCS= ChangeLog.txt README.txt README_IPv6.txt OPTIONS_DEFINE= DOCS EXAMPLES IPV6 OPTIONS_DEFAULT= IPV6 -IPV6_RUN_DEPENDS= p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6 +IPV6_RUN_DEPENDS= p5-IO-Socket-INET6>=0:net/p5-IO-Socket-INET6 post-patch: @${REINPLACE_CMD} -e 's|'\''.bitflu.config'\''|"$$ENV{HOME}/.bitflu.config"|; \ |