diff options
author | Renato Botelho <garga@FreeBSD.org> | 2010-09-16 17:19:09 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2010-09-16 17:19:09 +0000 |
commit | 86a7df4f4c56a81a54a574c1cd22ffc15896a0b2 (patch) | |
tree | 5ccd2cbf003f9410954c7cce250219b4d896dd24 /net-im/twirssi | |
parent | 60be11edb3672e1f5a56392bb0e4687e199527e7 (diff) | |
download | ports-86a7df4f4c56a81a54a574c1cd22ffc15896a0b2.tar.gz ports-86a7df4f4c56a81a54a574c1cd22ffc15896a0b2.zip |
Notes
Diffstat (limited to 'net-im/twirssi')
-rw-r--r-- | net-im/twirssi/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-im/twirssi/Makefile b/net-im/twirssi/Makefile index ca5b9c4fa5de..504cb25e6595 100644 --- a/net-im/twirssi/Makefile +++ b/net-im/twirssi/Makefile @@ -7,7 +7,7 @@ PORTNAME= twirssi PORTVERSION= 2.4.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im MASTER_SITES= http://twirssi.com/ EXTRACT_SUFX= .pl @@ -18,7 +18,8 @@ COMMENT= Twitter script to irssi RUN_DEPENDS= irssi:${PORTSDIR}/irc/irssi \ ${SITE_PERL}/Net/Twitter.pm:${PORTSDIR}/net/p5-Net-Twitter \ - ${SITE_PERL}/WWW/Shorten.pm:${PORTSDIR}/www/p5-WWW-Shorten + ${SITE_PERL}/WWW/Shorten.pm:${PORTSDIR}/www/p5-WWW-Shorten \ + ${SITE_PERL}/WWW/Shorten/Bitly.pm:${PORTSDIR}/www/p5-WWW-Shorten-Bitly SUB_FILES= pkg-message |