diff options
author | matusita <matusita@FreeBSD.org> | 2008-06-12 00:15:18 +0800 |
---|---|---|
committer | matusita <matusita@FreeBSD.org> | 2008-06-12 00:15:18 +0800 |
commit | 3aa89363e689ac01b499fc5ae103d8f8a6f682b9 (patch) | |
tree | f0b0c090235149d2d3ceb04a5c19cae381b54671 /irc | |
parent | 194a1a16c4794f9d7821542aedc4c8fc9b59ef17 (diff) | |
download | freebsd-ports-gnome-3aa89363e689ac01b499fc5ae103d8f8a6f682b9.tar.gz freebsd-ports-gnome-3aa89363e689ac01b499fc5ae103d8f8a6f682b9.tar.zst freebsd-ports-gnome-3aa89363e689ac01b499fc5ae103d8f8a6f682b9.zip |
Unbreak: Fix line concatination.
Notified by: itetcu
Diffstat (limited to 'irc')
-rw-r--r-- | irc/keitairc/Makefile | 3 |
1 files changed, 1 insertions, 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 \ |