diff options
| author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2025-07-07 18:44:13 +0000 |
|---|---|---|
| committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2025-07-07 18:44:13 +0000 |
| commit | 4186b314540ce02e0f425990c8069970d6838cf6 (patch) | |
| tree | 0858a5ca0bca5e8f116d7f943a94765f131169a3 /sysutils/bhyvemgr/Makefile | |
| parent | 66608f366259400520c941e610adf5cf30305cfc (diff) | |
Diffstat (limited to 'sysutils/bhyvemgr/Makefile')
| -rw-r--r-- | sysutils/bhyvemgr/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/bhyvemgr/Makefile b/sysutils/bhyvemgr/Makefile index 85ad508a22e2..b5330408a166 100644 --- a/sysutils/bhyvemgr/Makefile +++ b/sysutils/bhyvemgr/Makefile @@ -1,6 +1,6 @@ PORTNAME= bhyvemgr DISTVERSIONPREFIX= v -PORTVERSION= 1.5.3 +PORTVERSION= 1.6.0 CATEGORIES= sysutils PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} @@ -29,6 +29,9 @@ FREERDP3_RUN_DEPENDS= freerdp3>0:net/freerdp3 .if ${OPSYS} == FreeBSD && (${OSVERSION} >= 1500000) ONLY_FOR_ARCHS= aarch64 amd64 +.endif + +.if ${OPSYS} == FreeBSD && (${OSVERSION} >= 1403000) RUN_DEPENDS+= swtpm>0:sysutils/swtpm .endif |
