diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-02-12 02:55:21 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-02-12 02:55:21 +0000 |
commit | b70bc2b5e5a488b283db77465d00490fc50cb1ef (patch) | |
tree | 75d4c6e516d75a884a9b34e3fa3bacd2974c6e91 /net-mgmt | |
parent | 00f86509e08109ad265c7163e134bd28d92f74a7 (diff) | |
download | ports-b70bc2b5e5a488b283db77465d00490fc50cb1ef.tar.gz ports-b70bc2b5e5a488b283db77465d00490fc50cb1ef.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/argus/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/argus/Makefile b/net-mgmt/argus/Makefile index 7fd4b6b1c2f5..c04f3a444f39 100644 --- a/net-mgmt/argus/Makefile +++ b/net-mgmt/argus/Makefile @@ -3,7 +3,7 @@ # Date created: 26 November 1998 # Whom: Jonathan Hanna <jhanna@home.com> # -# $Id:$ +# $Id: Makefile,v 1.2 1998/12/05 17:58:00 flathill Exp $ # DISTNAME= argus-1.7.beta.1e @@ -16,6 +16,7 @@ MAINTAINER= jhanna@home.com LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper HAS_CONFIGURE= true +CONFIGURE_ARGS= --with-pcap=bpf MAN1= connections.1 ra.1 rasort.1 services.1 MAN5= argus.5 |