aboutsummaryrefslogtreecommitdiff
path: root/net/dante
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-08-06 13:50:26 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-08-06 13:50:26 +0000
commit284aa3703f8b68bfa132378090910eef7f35df6f (patch)
treea83fc8c7c4e51622e02a82aa3c3af016ac3bb692 /net/dante
parentb71ca10fa6d605320ec088fe03d6da667972c1e0 (diff)
downloadports-284aa3703f8b68bfa132378090910eef7f35df6f.tar.gz
ports-284aa3703f8b68bfa132378090910eef7f35df6f.zip
Forbid on all versions of freebsd to handle the 8 or 9 jails on 10+ hosts case
With hat: portmgr
Notes
Notes: svn path=/head/; revision=364171
Diffstat (limited to 'net/dante')
-rw-r--r--net/dante/Makefile2
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