aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2011-11-24 05:08:27 +0800
committerrene <rene@FreeBSD.org>2011-11-24 05:08:27 +0800
commitd269facffadb434ffb51c8636c76cbc9e5197922 (patch)
tree859da16672df472bd7bdda84d1cb3cb12bc2b925 /sysutils
parent24eeaf420a9651fee0bc47679679a18f8402c4e9 (diff)
downloadfreebsd-ports-gnome-d269facffadb434ffb51c8636c76cbc9e5197922.tar.gz
freebsd-ports-gnome-d269facffadb434ffb51c8636c76cbc9e5197922.tar.zst
freebsd-ports-gnome-d269facffadb434ffb51c8636c76cbc9e5197922.zip
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
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/froxlor/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/froxlor/Makefile b/sysutils/froxlor/Makefile
index 3f1dd200d648..0bf5de91dfbd 100644
--- a/sysutils/froxlor/Makefile
+++ b/sysutils/froxlor/Makefile
@@ -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)