diff options
author | martti <martti> | 2001-10-22 07:01:50 +0000 |
---|---|---|
committer | martti <martti> | 2001-10-22 07:01:50 +0000 |
commit | b0e604823d6f1b16af19292dc5329ce5a14b3046 (patch) | |
tree | a9e2c6766e38ed12b312e6623f221d1dedf3639c /security/amavis | |
parent | 753b723f43ae610c407a588f8a11ec8b98fb3236 (diff) | |
download | pkgsrc-b0e604823d6f1b16af19292dc5329ce5a14b3046.tar.gz |
Make amavis conflict with amavis-perl
Diffstat (limited to 'security/amavis')
-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 |