diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-12-21 14:17:57 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-12-21 14:17:57 +0800 |
commit | eecb9d2d7f4f6199744c325c832a121dac55fc2b (patch) | |
tree | 1520ff6a8ca0042ed033a1adef16c02a6b973905 /mail | |
parent | b33f55402611d85cb97342d0c7c6bd66330d2c73 (diff) | |
download | freebsd-ports-gnome-eecb9d2d7f4f6199744c325c832a121dac55fc2b.tar.gz freebsd-ports-gnome-eecb9d2d7f4f6199744c325c832a121dac55fc2b.tar.zst freebsd-ports-gnome-eecb9d2d7f4f6199744c325c832a121dac55fc2b.zip |
correct RUN_DEPENDS from p5-Net to p5-Net-DNS
bump PORTREVISION
PR: 33046
Submitted by: maintainer
Diffstat (limited to 'mail')
-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 |