diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-21 06:17:57 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-21 06:17:57 +0000 |
commit | 41ef1004c7921318dde8dd0d7844042ff0f8f758 (patch) | |
tree | bb25c34a012b5219e5c49c5875ed84df3c4d8ca5 /mail/razor-agents | |
parent | upgrade to 1.2.5 (diff) |
correct RUN_DEPENDS from p5-Net to p5-Net-DNS
bump PORTREVISION
PR: 33046
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=51910
Diffstat (limited to 'mail/razor-agents')
-rw-r--r-- | mail/razor-agents/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/razor-agents/Makefile b/mail/razor-agents/Makefile index 9cb9068e6c19..b24766021689 100644 --- a/mail/razor-agents/Makefile +++ b/mail/razor-agents/Makefile @@ -7,13 +7,14 @@ PORTNAME= razor-agents PORTVERSION= 1.17 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= razor MAINTAINER= leeym@leeym.com -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net \ +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Mail/Internet.pm:${PORTSDIR}/mail/p5-Mail-Tools |