diff options
author | rafan <rafan@FreeBSD.org> | 2007-10-10 23:59:17 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-10-10 23:59:17 +0800 |
commit | 05a1640afe97f88f97e090c6797d49a301a9e7b0 (patch) | |
tree | 5700d67526ac0d9dbbec74658b5b6efc4cf9c66b /mail | |
parent | 615fb70dc4bb43deabc31ba5ba8b67ea7a14997c (diff) | |
download | freebsd-ports-gnome-05a1640afe97f88f97e090c6797d49a301a9e7b0.tar.gz freebsd-ports-gnome-05a1640afe97f88f97e090c6797d49a301a9e7b0.tar.zst freebsd-ports-gnome-05a1640afe97f88f97e090c6797d49a301a9e7b0.zip |
- Correct dependency of p5-Net-DNS in last commit
Noticed by: sunpoet via irc
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postgrey/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/postgrey/Makefile b/mail/postgrey/Makefile index df98c412310b..b327a24a63fb 100644 --- a/mail/postgrey/Makefile +++ b/mail/postgrey/Makefile @@ -14,10 +14,10 @@ MASTER_SITES= http://postgrey.schweikert.ch/pub/ LOCAL/beech MAINTAINER= haroldp@internal.org COMMENT= Greylisting policy server for Postfix -RUN_DEPENDS= ${SITE_PERL}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ - ${SITE_PERL}/Net/Server.pm:${PORTSDIR}/net/p5-Net-Server \ +RUN_DEPENDS= ${SITE_PERL}/Net/Server.pm:${PORTSDIR}/net/p5-Net-Server \ ${SITE_PERL}/IO/Multiplex.pm:${PORTSDIR}/devel/p5-IO-Multiplex \ - ${SITE_PERL}/${PERL_ARCH}/BerkeleyDB.pm:${PORTSDIR}/databases/p5-BerkeleyDB + ${SITE_PERL}/${PERL_ARCH}/BerkeleyDB.pm:${PORTSDIR}/databases/p5-BerkeleyDB \ + ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS USE_PERL5_RUN= yes USE_RC_SUBR= postgrey |