diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-10-21 14:30:27 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-10-21 14:30:27 +0000 |
commit | 8a7a357b0ff99fbd2c83a23a66f7b024ca5c6d3b (patch) | |
tree | e7b8c9697353052d5d9babff0b81b806a19c54e3 /security/clamassassin | |
parent | c1d339406b5e2cb5a60322fcce01d954f07c4651 (diff) |
add procmail into dependency list.
Noticed by: kris
Submitted by: Matt <matt@xtaz.net>
Notes
Notes:
svn path=/head/; revision=119908
Diffstat (limited to 'security/clamassassin')
-rw-r--r-- | security/clamassassin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/clamassassin/Makefile b/security/clamassassin/Makefile index 99f5c82707b4..ecae4a5a393d 100644 --- a/security/clamassassin/Makefile +++ b/security/clamassassin/Makefile @@ -13,7 +13,8 @@ MASTER_SITES= http://drivel.com/clamassassin/ MAINTAINER= ports@freebsd.org COMMENT= A simple virus filter wrapper for ClamAV -BUILD_DEPENDS= sigtool:${PORTSDIR}/security/clamav +BUILD_DEPENDS= sigtool:${PORTSDIR}/security/clamav \ + formail:${PORTSDIR}/mail/procmail RUN_DEPENDS= ${BUILD_DEPENDS} PLIST_FILES= bin/clamassassin |