diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-06 13:50:26 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-06 13:50:26 +0000 |
commit | 284aa3703f8b68bfa132378090910eef7f35df6f (patch) | |
tree | a83fc8c7c4e51622e02a82aa3c3af016ac3bb692 /net/dante | |
parent | b71ca10fa6d605320ec088fe03d6da667972c1e0 (diff) |
Notes
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 |