diff options
author | des <des@FreeBSD.org> | 2006-08-15 13:48:58 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2006-08-15 13:48:58 +0000 |
commit | 6a45c756992fa264a5d12692e2e15834e15630d4 (patch) | |
tree | a57956c075413f6b4c419a33c9129048de1f83dc /www/varnish | |
parent | 44600c7116df69a812a33f410c3a8c46b569ff5d (diff) | |
download | FreeBSD-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/Makefile | 8 |
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> |