summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-mgmt/cflowd/Makefile4
-rw-r--r--net/cflowd/Makefile4
2 files changed, 8 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 \
diff --git a/net/cflowd/Makefile b/net/cflowd/Makefile
index d5375a5e163b..53b60be74fcf 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 \