From a9349139e344702215becc313cea515d58f9f504 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Fri, 14 Jan 2005 21:17:09 +0000 Subject: Fix RUN_DEPENDS: clamav.conf -> clamd.conf Submitted by: Ion-Mihai Tetcu --- mail/dspampd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail') diff --git a/mail/dspampd/Makefile b/mail/dspampd/Makefile index 00fe967e8d2f..fd437626ba78 100644 --- a/mail/dspampd/Makefile +++ b/mail/dspampd/Makefile @@ -80,11 +80,11 @@ EXTRA_PATCHES= ${FILESDIR}/lpatch-dspampd_system_users.diff .endif .ifdef(WITH_CLAMAV) -RUN_DEPENDS+= ${LOCALBASE}/etc/clamav.conf:${PORTSDIR}/security/clamav +RUN_DEPENDS+= ${LOCALBASE}/etc/clamd.conf:${PORTSDIR}/security/clamav .endif .ifdef(WITH_CLAMAV_DEVEL) -RUN_DEPENDS+= ${LOCALBASE}/etc/clamav.conf:${PORTSDIR}/security/clamav-devel +RUN_DEPENDS+= ${LOCALBASE}/etc/clamd.conf:${PORTSDIR}/security/clamav-devel .endif .ifdef(WITH_CLAMAV) || defined(WITH_CLAMAV_DEVEL) -- cgit v1.2.3