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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user