diff options
author | sylvio <sylvio@FreeBSD.org> | 2012-06-09 05:33:55 +0800 |
---|---|---|
committer | sylvio <sylvio@FreeBSD.org> | 2012-06-09 05:33:55 +0800 |
commit | 7e8e47d840d10821d34aa17ae816bb4579c9a8fb (patch) | |
tree | ee520c7fe5b86f3ab8ed984f89e16bc7098f9209 /net-mgmt | |
parent | 746e15691c86cf44e6554a1f51073bbbe0871fdb (diff) | |
download | freebsd-ports-gnome-7e8e47d840d10821d34aa17ae816bb4579c9a8fb.tar.gz freebsd-ports-gnome-7e8e47d840d10821d34aa17ae816bb4579c9a8fb.tar.zst freebsd-ports-gnome-7e8e47d840d10821d34aa17ae816bb4579c9a8fb.zip |
- Fix a CONFLICTS knob
PR: ports/168749
Submitted by: Alexander Demin <support@spectrum.ru> (maintainer)
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/argus3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/argus3/Makefile b/net-mgmt/argus3/Makefile index fa277f3d6dfd..f156ff149ea8 100644 --- a/net-mgmt/argus3/Makefile +++ b/net-mgmt/argus3/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://qosient.com/argus/src/ \ MAINTAINER= support@spectrum.ru COMMENT= A generic IP network transaction auditing tool -CONFLICTS= argus-2* argus-sasl-2* +CONFLICTS= argus-2* argus-sasl-2* argus-clients-2* OPTIONS+= SASL "SASL authentication support" on |