aboutsummaryrefslogtreecommitdiff
path: root/net/fspd
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-03-20 14:20:32 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-03-20 14:20:32 +0000
commitf29016bb0c2ecf3fcc4fb0da9e3769b81e731635 (patch)
tree012ac35d4d6c0beb8360a91bdbc3e3e9c046e4bf /net/fspd
parent378fc70b8771210e6c9ea795708a611e175a7adc (diff)
downloadports-f29016bb0c2ecf3fcc4fb0da9e3769b81e731635.tar.gz
ports-f29016bb0c2ecf3fcc4fb0da9e3769b81e731635.zip
Notes
Diffstat (limited to 'net/fspd')
-rw-r--r--net/fspd/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/fspd/Makefile b/net/fspd/Makefile
index 0fb89e11d8af..ca91d84c7979 100644
--- a/net/fspd/Makefile
+++ b/net/fspd/Makefile
@@ -43,6 +43,10 @@ OPTIONS= NOCLIENTS "Omit client commands" off \
.include <bsd.port.pre.mk>
+.if ${OSVERSION} > 900007
+BROKEN= fails to build with new utmpx
+.endif
+
.if defined(WITH_INFINITE)
SCONS_ARGS+= disable-timeout=yes
.endif