aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/cflowd
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-13 23:55:49 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-13 23:55:49 +0000
commitd0d48d407bf4504bf78f2ced73486668f09a21b9 (patch)
tree90bc3691d768f866ee5eb2c972dff494c583d7e4 /net-mgmt/cflowd
parenta2b4da792d76656fa922216afe7c14e65555697c (diff)
downloadports-d0d48d407bf4504bf78f2ced73486668f09a21b9.tar.gz
ports-d0d48d407bf4504bf78f2ced73486668f09a21b9.zip
BROKEN on 5.x: Does not compile
Notes
Notes: svn path=/head/; revision=103912
Diffstat (limited to 'net-mgmt/cflowd')
-rw-r--r--net-mgmt/cflowd/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net-mgmt/cflowd/Makefile b/net-mgmt/cflowd/Makefile
index a7a0c21405be..5dac854d7d82 100644
--- a/net-mgmt/cflowd/Makefile
+++ b/net-mgmt/cflowd/Makefile
@@ -32,6 +32,12 @@ CONFIGURE_ARGS+=--enable-shared --with-artspp=${PREFIX}
MANL= cfdases.l cfdifmatrix.l cfdnets.l cfdnexthops.l \
cfdportmatrix.l cfdprotos.l cfdtos.l flowdump.l flowwatch.l
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502102
+BROKEN= "Does not compile on >= 5.x"
+.endif
+
.if !defined(CFLOWD_FLOWSCAN_PATCH)
pre-everything::
@${ECHO} "you can compile cflowd with patches for FlowScan by typing:"
@@ -42,4 +48,4 @@ post-install:
${INSTALL_SCRIPT} ${FILESDIR}/cflowd.sh \
${PREFIX}/etc/rc.d/cflowd-base.sh.sample
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>