From e6337684a674e6c3f5a382f4ca7ec4fcfbd10a3f Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 18 May 2003 10:15:24 +0000 Subject: BROKEN on 5.1: bad C++ --- net/cflowd/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'net/cflowd/Makefile') diff --git a/net/cflowd/Makefile b/net/cflowd/Makefile index 2c92cef1c2c0..58698a767341 100644 --- a/net/cflowd/Makefile +++ b/net/cflowd/Makefile @@ -22,6 +22,12 @@ COMMENT= Flow analysis tool used for analyzing Cisco's NetFlow switching BUILD_DEPENDS= ${LOCALBASE}/lib/libArts.a:${PORTSDIR}/net/arts++ +.include + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + GNU_CONFIGURE= yes USE_GMAKE= yes USE_BISON= yes @@ -41,4 +47,4 @@ post-install: ${INSTALL_SCRIPT} ${FILESDIR}/cflowd.sh \ ${PREFIX}/etc/rc.d/cflowd-base.sh.sample -.include +.include -- cgit