diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-01-26 05:19:28 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-01-26 05:19:28 +0000 |
commit | a64e737a0cb59f7e2fd6437758df3629f21d8278 (patch) | |
tree | 0807e877b8b5b24b2810cd860cfced16504d41e9 /net-mgmt/argus | |
parent | Add p5-Crypt-Solitaire 2.0, solitaire encryption. (diff) |
This port requires USE_BISON=true
Submitted by: bento
Diffstat (limited to 'net-mgmt/argus')
-rw-r--r-- | net-mgmt/argus/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/argus/Makefile b/net-mgmt/argus/Makefile index 2391f4cd0952..e31f62c63186 100644 --- a/net-mgmt/argus/Makefile +++ b/net-mgmt/argus/Makefile @@ -17,6 +17,7 @@ MAINTAINER= se@freebsd.org LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper .endif +USE_BISON= true GNU_CONFIGURE= true CONFIGURE_ARGS= --exec-prefix=${PREFIX} #--without-flex --without-bison |