diff options
author | pav <pav@FreeBSD.org> | 2004-05-25 18:42:12 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-05-25 18:42:12 +0000 |
commit | 2f267fda5d6b0c790a9a10ebb6518322fd09a7bf (patch) | |
tree | 8381db9f0f0bf877571033263eb42721f56b0829 /security/drweb-sendmail | |
parent | f6419719fd4802b5f24eec8f0c811db101d6dcc4 (diff) | |
download | FreeBSD-ports-2f267fda5d6b0c790a9a10ebb6518322fd09a7bf.zip FreeBSD-ports-2f267fda5d6b0c790a9a10ebb6518322fd09a7bf.tar.gz |
- Cosmetic: adjust dependencies
PR: ports/66926
Submitted by: Serge Negodyuck <petr@petrovich.kiev.ua>
Diffstat (limited to 'security/drweb-sendmail')
-rw-r--r-- | security/drweb-sendmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/drweb-sendmail/Makefile b/security/drweb-sendmail/Makefile index 1c8a291..baeef39 100644 --- a/security/drweb-sendmail/Makefile +++ b/security/drweb-sendmail/Makefile @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Sendmail message filter for virus processing through DrWeb daemon BUILD_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash2 -RUN_DEPENDS= ${LOCALBASE}/etc/rc.d/00drwebd.sh:${PORTSDIR}/security/drweb +RUN_DEPENDS= ${LOCALBASE}/drweb/drwebd:${PORTSDIR}/security/drweb WRKSRC= ${WRKDIR}/${DISTNAME} |