diff options
author | fluffy <fluffy@FreeBSD.org> | 2010-03-30 21:36:43 +0800 |
---|---|---|
committer | fluffy <fluffy@FreeBSD.org> | 2010-03-30 21:36:43 +0800 |
commit | 03728c5ad54a288e0a00261a21916e6070df06cd (patch) | |
tree | b9b45fa4a8097d80f4d6fb90f07b928507bdbb66 /net-mgmt | |
parent | ba1b1b22482e218d669d01e56b7015313d06adf0 (diff) | |
download | freebsd-ports-gnome-03728c5ad54a288e0a00261a21916e6070df06cd.tar.gz freebsd-ports-gnome-03728c5ad54a288e0a00261a21916e6070df06cd.tar.zst freebsd-ports-gnome-03728c5ad54a288e0a00261a21916e6070df06cd.zip |
- Set CONFLICTS with net-mgmt/argus3[-clients]
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/argus-clients/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/argus/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/net-mgmt/argus-clients/Makefile b/net-mgmt/argus-clients/Makefile index 5139d78c6d6d..913c75ceb795 100644 --- a/net-mgmt/argus-clients/Makefile +++ b/net-mgmt/argus-clients/Makefile @@ -15,6 +15,8 @@ MASTER_SITES= http://qosient.com/argus/src/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Client programs for the argus IP network transaction auditing tool +CONFLICTS= argus-clients-3* argus-clients-sasl-3* + .if defined(WITH_SASL) LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 .endif diff --git a/net-mgmt/argus/Makefile b/net-mgmt/argus/Makefile index 2cc4ecbe43de..03bbe212b6e3 100644 --- a/net-mgmt/argus/Makefile +++ b/net-mgmt/argus/Makefile @@ -15,6 +15,8 @@ MASTER_SITES= http://qosient.com/argus/src/ \ MAINTAINER= ports@freebsd.org COMMENT= A generic IP network transaction auditing tool +CONFLICTS= argus-3* argus-sasl-3* + .if defined(WITH_SASL) LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 .endif |