xen-kernel & xen-tools: fix ignore message

To mention 12.0 or any newer release, instead of just mentioning
HEAD.

Sponsored by:		Citrix Systems R&D
Reviewed by:		bapt
Differential revision:	https://reviews.freebsd.org/D19387
This commit is contained in:
Roger Pau Monné
2019-02-27 14:00:43 +00:00
parent b14988d332
commit 48c035bae6
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ IGNORE= only supported on FreeBSD
.endif
.if ${OSVERSION} < 1200074
IGNORE= only supported on recent FreeBSD HEAD
IGNORE= only supported on FreeBSD 12.0 or newer
.endif
# The ports native 'build' target cannot be used because it sets

View File

@@ -69,7 +69,7 @@ IGNORE= only supported on FreeBSD
.endif
.if ${OSVERSION} < 1200074
IGNORE= only supported on recent FreeBSD HEAD
IGNORE= only supported on FreeBSD 12.0 or newer
.endif
.if ${PORT_OPTIONS:MSPICE} && ${OSVERSION} < 1300008