aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2010-03-30 13:36:43 +0000
committerDima Panov <fluffy@FreeBSD.org>2010-03-30 13:36:43 +0000
commit749f7cd7e997e5164841e4dc799d882dcf9c350e (patch)
tree3d6496dc2f95d95ef11229007b2a3b2e0095f45c /net-mgmt
parent64a51aa57b4b3f4528b7c2c113e6af405eba3451 (diff)
downloadports-749f7cd7e997e5164841e4dc799d882dcf9c350e.tar.gz
ports-749f7cd7e997e5164841e4dc799d882dcf9c350e.zip
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/argus-clients/Makefile2
-rw-r--r--net-mgmt/argus/Makefile2
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