aboutsummaryrefslogtreecommitdiffstats
path: root/www/varnish
diff options
context:
space:
mode:
Diffstat (limited to 'www/varnish')
-rw-r--r--www/varnish/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/varnish/Makefile b/www/varnish/Makefile
index a482437e0c6..6b718ef309d 100644
--- a/www/varnish/Makefile
+++ b/www/varnish/Makefile
@@ -20,4 +20,10 @@ USE_LDCONFIG= yes
MAN1= varnishd.1 varnishlog.1 varnishncsa.1 varnishstat.1
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 601000
+BROKEN= does not compile
+.endif
+
+.include <bsd.port.post.mk>