Unbreak: Fix line concatination.

Notified by:	itetcu
This commit is contained in:
Makoto Matsushita 2008-06-11 16:15:18 +00:00
parent 04e7726441
commit 208f073ef6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214670

View File

@ -19,8 +19,7 @@ COMMENT=IRC proxy for mobilephone that have a web interface
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Unicode/Japanese.pm:${PORTSDIR}/japanese/p5-Unicode-Japanese \
${SITE_PERL}/POE/Component/IRC.pm:${PORTSDIR}/irc/p5-POE-Component-IRC \
${SITE_PERL}/POE/Component/Pluggable.pm:${PORTSDIR}/devel/p5-POE
-Component-Pluggable \
${SITE_PERL}/POE/Component/Pluggable.pm:${PORTSDIR}/devel/p5-POE-Component-Pluggable \
${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
${SITE_PERL}/HTTP/Response.pm:${PORTSDIR}/www/p5-libwww \
${SITE_PERL}/Proc/Daemon.pm:${PORTSDIR}/devel/p5-Proc-Daemon \