diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-03-17 05:21:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-03-17 05:21:05 +0000 |
commit | 768dd7c392e726cf2862af1a387feca1761120fa (patch) | |
tree | 0fda0910862e24fef22a13776c3bc23a39902054 /net-mgmt/argus-clients | |
parent | 6e9e4a6ed8e68b01360049e69f58bf743439d301 (diff) |
Notes
Diffstat (limited to 'net-mgmt/argus-clients')
-rw-r--r-- | net-mgmt/argus-clients/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-mgmt/argus-clients/Makefile b/net-mgmt/argus-clients/Makefile index 913c75ceb795..0268716bdb3d 100644 --- a/net-mgmt/argus-clients/Makefile +++ b/net-mgmt/argus-clients/Makefile @@ -12,9 +12,11 @@ CATEGORIES= net-mgmt security MASTER_SITES= http://qosient.com/argus/src/ \ ftp://qosient.com/pub/argus/src/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Client programs for the argus IP network transaction auditing tool +PORTSCOUT= ignore:1 # This is the last version of 2.0.x branch + CONFLICTS= argus-clients-3* argus-clients-sasl-3* .if defined(WITH_SASL) @@ -25,7 +27,7 @@ USE_BISON= build GNU_CONFIGURE= true CONFIGURE_ARGS= --exec-prefix=${PREFIX} .if defined(WITH_SASL) -CONFIGURE_ARGS+= --with-sasl=${PREFIX} +CONFIGURE_ARGS+= --with-sasl=${PREFIX} CFLAGS+= -I${PREFIX}/include/sasl .endif |