diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-29 10:05:08 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-29 10:05:08 +0000 |
commit | 1e01e8e206d6efb10482c3a9fe2f3d335334506d (patch) | |
tree | e4105d931a03ee54571d2a49c8b80ce3cd5ffba3 /mail/gotmail | |
parent | 9e54b0cf3ee60c3e875712fa0cc0ba0804b68ed1 (diff) |
Notes
Diffstat (limited to 'mail/gotmail')
-rw-r--r-- | mail/gotmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/gotmail/Makefile b/mail/gotmail/Makefile index 1853b35bfd37..42f58f2cd495 100644 --- a/mail/gotmail/Makefile +++ b/mail/gotmail/Makefile @@ -15,8 +15,8 @@ MAINTAINER= araujo@FreeBSD.org COMMENT= A script to fetch mail from a Hotmail or MSN mailbox RUN_DEPENDS= curl:${PORTSDIR}/ftp/curl \ - ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ - ${SITE_PERL}/Net/libnet.cfg:${PORTSDIR}/net/p5-Net + p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-Net>=0:${PORTSDIR}/net/p5-Net MAN1= ${PORTNAME}.1 USE_PERL5= yes |