From 208f073ef6bdca94ccc0ac9ceb25cc0b9ee7e1bb Mon Sep 17 00:00:00 2001 From: Makoto Matsushita Date: Wed, 11 Jun 2008 16:15:18 +0000 Subject: Unbreak: Fix line concatination. Notified by: itetcu --- irc/keitairc/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/irc/keitairc/Makefile b/irc/keitairc/Makefile index 02524cea25ca..739cafb90b84 100644 --- a/irc/keitairc/Makefile +++ b/irc/keitairc/Makefile @@ -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 \ -- cgit v1.2.3