aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/flowd
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-04-03 20:54:30 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-04-03 20:54:30 +0000
commit2966eec37b90c25e67cd4750b02204035c85dce0 (patch)
tree0aa53fd0c0217678aa0560cd7d54fe94613577aa /net-mgmt/flowd
parentbe07d2f5465ec031fed632e363b23fb11b0dd6cd (diff)
downloadports-2966eec37b90c25e67cd4750b02204035c85dce0.tar.gz
ports-2966eec37b90c25e67cd4750b02204035c85dce0.zip
- Mark broken on 4.X
Reported by: krismail
Notes
Notes: svn path=/head/; revision=158741
Diffstat (limited to 'net-mgmt/flowd')
-rw-r--r--net-mgmt/flowd/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net-mgmt/flowd/Makefile b/net-mgmt/flowd/Makefile
index fc43d48a0c57..b2dec1f16093 100644
--- a/net-mgmt/flowd/Makefile
+++ b/net-mgmt/flowd/Makefile
@@ -37,6 +37,12 @@ PLIST_SUB+= WITH_PYTHON=""
PLIST_SUB+= WITH_PYTHON="@comment "
.endif
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= Does not compile
+.endif
+
pre-extract:
@${ECHO_MSG} ""
.if defined(WITH_PERL)
@@ -76,4 +82,4 @@ post-install:
FLOWD_USER=${FLOWD_USER} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>