diff options
author | asami <asami@FreeBSD.org> | 1999-02-12 10:55:21 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-02-12 10:55:21 +0800 |
commit | 22f4d3c2fc486081c70d5950e3a9101d189d1269 (patch) | |
tree | c075844d58d89dbb39652ccf115460140805182a /net-mgmt/argus | |
parent | a96288bebbc8d9f4f66c4cf99a7fd26387b3ea91 (diff) | |
download | freebsd-ports-gnome-22f4d3c2fc486081c70d5950e3a9101d189d1269.tar.gz freebsd-ports-gnome-22f4d3c2fc486081c70d5950e3a9101d189d1269.tar.zst freebsd-ports-gnome-22f4d3c2fc486081c70d5950e3a9101d189d1269.zip |
Fix to configure problem.
PR: 9730
Submitted by: maintainer
Diffstat (limited to 'net-mgmt/argus')
-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 |