summaryrefslogtreecommitdiffstats
path: root/net-mgmt/cflowd
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-10-16 02:26:47 +0000
committerkris <kris@FreeBSD.org>2003-10-16 02:26:47 +0000
commita9e7ec9e79c133f813c5f01736577ab824a06d0f (patch)
treeff98c697a9da32efdafb671ad1db97cf5a4ca875 /net-mgmt/cflowd
parentd4181be2af762d0388b6ce3706e1d21ba09315aa (diff)
downloadFreeBSD-ports-a9e7ec9e79c133f813c5f01736577ab824a06d0f.zip
FreeBSD-ports-a9e7ec9e79c133f813c5f01736577ab824a06d0f.tar.gz
BROKEN on 5.x: does not compile
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 7c9b9b7..49eb71d 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} >= 501000
+BROKEN= "Does not compile"
+.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>
OpenPOWER on IntegriCloud