diff options
Diffstat (limited to 'net-mgmt/argus/Makefile')
-rw-r--r-- | net-mgmt/argus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/argus/Makefile b/net-mgmt/argus/Makefile index 9711b0e60ac2..b742d577f052 100644 --- a/net-mgmt/argus/Makefile +++ b/net-mgmt/argus/Makefile @@ -7,7 +7,7 @@ PORTNAME= argus PORTVERSION= 2.0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt security MASTER_SITES= http://qosient.com/argus/src/ \ ftp://qosient.com/pub/argus/src/ @@ -20,7 +20,7 @@ PORTSCOUT= ignore:1 # This is the last version of 2.0.X branch CONFLICTS= argus-3* argus-sasl-3* .if defined(WITH_SASL) -LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 +LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2 .endif RUN_DEPENDS= ${LOCALBASE}/bin/ragrep:${PORTSDIR}/net-mgmt/argus-clients |