aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/varnish/Makefile8
-rw-r--r--www/varnish2/Makefile8
2 files changed, 14 insertions, 2 deletions
diff --git a/www/varnish/Makefile b/www/varnish/Makefile
index a482437e0c6a..6b718ef309d8 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>
diff --git a/www/varnish2/Makefile b/www/varnish2/Makefile
index a482437e0c6a..6b718ef309d8 100644
--- a/www/varnish2/Makefile
+++ b/www/varnish2/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>