diff options
author | des <des@FreeBSD.org> | 2006-08-15 21:48:58 +0800 |
---|---|---|
committer | des <des@FreeBSD.org> | 2006-08-15 21:48:58 +0800 |
commit | 6a45c756992fa264a5d12692e2e15834e15630d4 (patch) | |
tree | a57956c075413f6b4c419a33c9129048de1f83dc /www | |
parent | 44600c7116df69a812a33f410c3a8c46b569ff5d (diff) | |
download | freebsd-ports-gnome-6a45c756992fa264a5d12692e2e15834e15630d4.tar.gz freebsd-ports-gnome-6a45c756992fa264a5d12692e2e15834e15630d4.tar.zst freebsd-ports-gnome-6a45c756992fa264a5d12692e2e15834e15630d4.zip |
Varnish requires FreeBSD 6.1 or newer to run.
Diffstat (limited to 'www')
-rw-r--r-- | www/varnish/Makefile | 8 | ||||
-rw-r--r-- | www/varnish2/Makefile | 8 |
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> |