diff options
author | martti <martti@pkgsrc.org> | 2001-10-22 07:01:50 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2001-10-22 07:01:50 +0000 |
commit | a60b7e3c3ae4bb4bdbdf8be981bd0fa74358f403 (patch) | |
tree | a9e2c6766e38ed12b312e6623f221d1dedf3639c /security/amavis/Makefile | |
parent | 138d14c86a5b2c5295c87fba05c5527fa963314b (diff) | |
download | pkgsrc-a60b7e3c3ae4bb4bdbdf8be981bd0fa74358f403.tar.gz |
Make amavis conflict with amavis-perl
Diffstat (limited to 'security/amavis/Makefile')
-rw-r--r-- | security/amavis/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/amavis/Makefile b/security/amavis/Makefile index d365e39d3c1..d01f4bfc16d 100644 --- a/security/amavis/Makefile +++ b/security/amavis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/10/22 06:41:29 martti Exp $ +# $NetBSD: Makefile,v 1.10 2001/10/22 07:01:50 martti Exp $ # DISTNAME= amavis-0.2.1 @@ -11,6 +11,8 @@ MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.amavis.org/ COMMENT= mail virus scanner +CONFLICTS+= amavis-perl-[0-9]* + DEPENDS+= uvscan-[0-9]*:../../security/uvscan DEPENDS+= maildrop-[0-9]*:../../mail/maildrop DEPENDS+= tnef-[0-9]*:../../mail/tnef |