diff options
Diffstat (limited to 'mail/gotmail/Makefile')
-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 4784783b68f4..d31edc4a24fc 100644 --- a/mail/gotmail/Makefile +++ b/mail/gotmail/Makefile @@ -16,8 +16,8 @@ MAINTAINER= erwin@FreeBSD.org COMMENT= A script to fetch mail from a Hotmail or MSN mailbox RUN_DEPENDS= curl:${PORTSDIR}/ftp/curl \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/URI.pm:${PORTSDIR}/net/p5-URI \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/libnet.cfg:${PORTSDIR}/net/p5-Net + ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ + ${SITE_PERL}/Net/libnet.cfg:${PORTSDIR}/net/p5-Net MAN1= ${PORTNAME}.1 NO_BUILD= yes |