diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-13 23:55:49 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-13 23:55:49 +0000 |
commit | d0d48d407bf4504bf78f2ced73486668f09a21b9 (patch) | |
tree | 90bc3691d768f866ee5eb2c972dff494c583d7e4 /net-mgmt/cflowd | |
parent | a2b4da792d76656fa922216afe7c14e65555697c (diff) | |
download | ports-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/Makefile | 8 |
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> |