summaryrefslogtreecommitdiffstats
path: root/www/varnish
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2006-08-15 13:48:58 +0000
committerdes <des@FreeBSD.org>2006-08-15 13:48:58 +0000
commit6a45c756992fa264a5d12692e2e15834e15630d4 (patch)
treea57956c075413f6b4c419a33c9129048de1f83dc /www/varnish
parent44600c7116df69a812a33f410c3a8c46b569ff5d (diff)
downloadFreeBSD-ports-6a45c756992fa264a5d12692e2e15834e15630d4.zip
FreeBSD-ports-6a45c756992fa264a5d12692e2e15834e15630d4.tar.gz
Varnish requires FreeBSD 6.1 or newer to run.
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 a482437..6b718ef 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>
OpenPOWER on IntegriCloud