1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Fix RUN_DEPENDS: clamav.conf -> clamd.conf

Submitted by:	Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
This commit is contained in:
Edwin Groothuis 2005-01-14 21:17:09 +00:00
parent 6e082e1922
commit a9349139e3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126458

View File

@ -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)