diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2000-11-18 23:26:01 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2000-11-18 23:26:01 +0000 |
commit | ca308a57a4e20159c5bd91e96fec6697b6e12c39 (patch) | |
tree | 740744f4f86fc6989e524d7bfd2608aa90c9ceb0 /net-mgmt | |
parent | Fix patch-ae to really fix startup cores (diff) |
Fixes:
- use bison
- build dependency to arts++
Submitted by: "Gullerud, Lars Erik" <LarsErik.Gullerud@kpnqwest.com>
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/cflowd/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-mgmt/cflowd/Makefile b/net-mgmt/cflowd/Makefile index d5375a5e163b..53b60be74fcf 100644 --- a/net-mgmt/cflowd/Makefile +++ b/net-mgmt/cflowd/Makefile @@ -13,8 +13,12 @@ DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= andreas@FreeBSD.org +BUILD_DEPENDS= ${LOCALBASE}/lib/libArts.a:${PORTSDIR}/net/arts++ + GNU_CONFIGURE= yes USE_GMAKE= yes +USE_BISON= yes + CONFIGURE_ARGS+=--enable-shared --with-artspp=${PREFIX} MANL= cfdases.l cfdifmatrix.l cfdnets.l cfdnexthops.l \ |