diff options
author | edwin <edwin@FreeBSD.org> | 2005-01-15 05:17:09 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-01-15 05:17:09 +0800 |
commit | e52c034c218b7e495aaef4281f1532dcd65a490a (patch) | |
tree | cd10a95cabc5ecdfa47b61dae84f66ff69f8651f /mail/dspampd | |
parent | 708dee774fa7b4586e5072367bfd506ff1b2f2f8 (diff) | |
download | freebsd-ports-gnome-e52c034c218b7e495aaef4281f1532dcd65a490a.tar.gz freebsd-ports-gnome-e52c034c218b7e495aaef4281f1532dcd65a490a.tar.zst freebsd-ports-gnome-e52c034c218b7e495aaef4281f1532dcd65a490a.zip |
Fix RUN_DEPENDS: clamav.conf -> clamd.conf
Submitted by: Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
Diffstat (limited to 'mail/dspampd')
-rw-r--r-- | mail/dspampd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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) |