aboutsummaryrefslogtreecommitdiff
path: root/www/varnish2/Makefile
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2006-08-15 13:48:58 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2006-08-15 13:48:58 +0000
commitc44907866bf146a71d0412c4df8334eca1c0126c (patch)
tree471c865cabc7e087df0dc379dd1e1d025fb9756b /www/varnish2/Makefile
parent487ae7ad2c64707e01e2644710ccd9da51ed8e4b (diff)
downloadports-c44907866bf146a71d0412c4df8334eca1c0126c.tar.gz
ports-c44907866bf146a71d0412c4df8334eca1c0126c.zip
Varnish requires FreeBSD 6.1 or newer to run.
Notes
Notes: svn path=/head/; revision=170703
Diffstat (limited to 'www/varnish2/Makefile')
-rw-r--r--www/varnish2/Makefile8
1 files changed, 7 insertions, 1 deletions
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>