Varnish requires FreeBSD 6.1 or newer to run.
This commit is contained in:
parent
487ae7ad2c
commit
c44907866b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170703
2 changed files with 14 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue