diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-29 16:47:42 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-29 16:47:42 +0000 |
commit | e6353d0b3db307b860585f8ab426823ebe603cb0 (patch) | |
tree | 006d8263c256450d1533fb1effbde963c31ee3c0 /net-im/twirssi | |
parent | 3c027b3dce2f4e990f09b0e5b44f4b086a58f8c8 (diff) | |
download | ports-e6353d0b3db307b860585f8ab426823ebe603cb0.tar.gz ports-e6353d0b3db307b860585f8ab426823ebe603cb0.zip |
Notes
Diffstat (limited to 'net-im/twirssi')
-rw-r--r-- | net-im/twirssi/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-im/twirssi/Makefile b/net-im/twirssi/Makefile index 2d700b0561e1..848e762ecdc9 100644 --- a/net-im/twirssi/Makefile +++ b/net-im/twirssi/Makefile @@ -16,9 +16,9 @@ MAINTAINER= garga@FreeBSD.org 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/Bitly.pm:${PORTSDIR}/www/p5-WWW-Shorten-Bitly + p5-Net-Twitter>=0:${PORTSDIR}/net/p5-Net-Twitter \ + p5-WWW-Shorten>=0:${PORTSDIR}/www/p5-WWW-Shorten \ + p5-WWW-Shorten-Bitly>=0:${PORTSDIR}/www/p5-WWW-Shorten-Bitly SUB_FILES= pkg-message |