diff options
Diffstat (limited to 'net/dante')
-rw-r--r-- | net/dante/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dante/Makefile b/net/dante/Makefile index 14c663b6d25f..003fb174556c 100644 --- a/net/dante/Makefile +++ b/net/dante/Makefile @@ -36,7 +36,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES CONFIGURE_ARGS+= --with-libc=libc.so.7 .endif -.if ${OPSYS} == FreeBSD && ${OSVERSION} > 1000000 +.if ${OPSYS} == FreeBSD FORBIDDEN= Building on 10+ triggers a nasty bug with unix domain sockets .endif |