diff options
author | andreas <andreas@FreeBSD.org> | 2000-11-18 23:26:01 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2000-11-18 23:26:01 +0000 |
commit | e0d93f6a4bc1413b79ea8a35e9b02e9ea5fb51c0 (patch) | |
tree | 194f17e1d9dfcb82632bcd6a41d7d32c8d70f14d /net/cflowd | |
parent | 0719c5a536092cabf56c7035cf6cb3fb1ec3ed95 (diff) | |
download | FreeBSD-ports-e0d93f6a4bc1413b79ea8a35e9b02e9ea5fb51c0.zip FreeBSD-ports-e0d93f6a4bc1413b79ea8a35e9b02e9ea5fb51c0.tar.gz |
Fixes:
- use bison
- build dependency to arts++
Submitted by: "Gullerud, Lars Erik" <LarsErik.Gullerud@kpnqwest.com>
Diffstat (limited to 'net/cflowd')
-rw-r--r-- | net/cflowd/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/cflowd/Makefile b/net/cflowd/Makefile index d5375a5..53b60be 100644 --- a/net/cflowd/Makefile +++ b/net/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 \ |