diff options
author | Makoto Matsushita <matusita@FreeBSD.org> | 2008-06-10 16:45:50 +0000 |
---|---|---|
committer | Makoto Matsushita <matusita@FreeBSD.org> | 2008-06-10 16:45:50 +0000 |
commit | b5c4c855886186402544f554f0405a517133a7c3 (patch) | |
tree | 169940a27c1551457953f71f2cc6dfbdfc00aa49 /irc/keitairc | |
parent | 6cd9d8804e785cba5704f405f30122a994938aa9 (diff) | |
download | ports-b5c4c855886186402544f554f0405a517133a7c3.tar.gz ports-b5c4c855886186402544f554f0405a517133a7c3.zip |
Notes
Diffstat (limited to 'irc/keitairc')
-rw-r--r-- | irc/keitairc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/irc/keitairc/Makefile b/irc/keitairc/Makefile index 47471babdcf0..02524cea25ca 100644 --- a/irc/keitairc/Makefile +++ b/irc/keitairc/Makefile @@ -7,7 +7,7 @@ PORTNAME= keitairc PORTVERSION= 1.33 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR= ${PORTNAME}/27571 @@ -19,6 +19,8 @@ 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}/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 \ |