diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-10-10 15:59:17 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-10-10 15:59:17 +0000 |
commit | 3675c11b11aa88011cfb9cf26ccdaa873fda7db5 (patch) | |
tree | 1dd1d241073c9a48ddf38604abc0801a016c48a9 /mail/postgrey/Makefile | |
parent | 91d4b0a55b750829375475a5d447299b3eb4fdfd (diff) | |
download | ports-3675c11b11aa88011cfb9cf26ccdaa873fda7db5.tar.gz ports-3675c11b11aa88011cfb9cf26ccdaa873fda7db5.zip |
Notes
Diffstat (limited to 'mail/postgrey/Makefile')
-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 |