diff options
Diffstat (limited to 'net/fspd/Makefile')
-rw-r--r-- | net/fspd/Makefile | 4 |
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 |