Use mail/opendkim instead of the expired mail/dkim-filter as DKIM plugin.

PR:		ports/162766
Submitted by:	myself
Approved by:	maintainer
Feature safe:	yes
This commit is contained in:
Rene Ladan 2011-11-23 21:08:27 +00:00
parent c19e7302a9
commit 3f8b4945b2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=286327

View file

@ -7,6 +7,7 @@
PORTNAME= froxlor
PORTVERSION= 0.9.22
PORTREVISION= 1
CATEGORIES= sysutils www
MASTER_SITES= http://files.froxlor.org/releases/
@ -49,7 +50,7 @@ RUN_DEPENDS+= postfix:${PORTSDIR}/mail/postfix
.endif
.if defined(WITH_DKIM)
RUN_DEPENDS+= dkim-milter:${PORTSDIR}/mail/dkim-milter
RUN_DEPENDS+= opendkim:${PORTSDIR}/mail/opendkim
.endif
.if !defined(WITHOUT_DOVECOT)