aboutsummaryrefslogtreecommitdiff
path: root/sysutils/bhyvemgr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/bhyvemgr/Makefile')
-rw-r--r--sysutils/bhyvemgr/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/bhyvemgr/Makefile b/sysutils/bhyvemgr/Makefile
index 85ad508a22e2..f412ab8ff4c8 100644
--- a/sysutils/bhyvemgr/Makefile
+++ b/sysutils/bhyvemgr/Makefile
@@ -1,6 +1,6 @@
PORTNAME= bhyvemgr
DISTVERSIONPREFIX= v
-PORTVERSION= 1.5.3
+PORTVERSION= 1.7.1
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