aboutsummaryrefslogtreecommitdiff
path: root/sysutils/bhyve-firmware
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2024-04-01 12:00:15 +0000
committerRene Ladan <rene@FreeBSD.org>2024-04-01 12:00:15 +0000
commit1cb1c71f6a7bf532ba030ba74b8a5727b5390ff8 (patch)
tree348330a2411856ee93bea9efbf08231ca91fb2e8 /sysutils/bhyve-firmware
parent2c28baeb51bb9d742e1836b108d33b7fb13e7397 (diff)
downloadports-1cb1c71f6a7bf532ba030ba74b8a5727b5390ff8.tar.gz
ports-1cb1c71f6a7bf532ba030ba74b8a5727b5390ff8.zip
sysutils/bhyve-firmware: remove OPTION for expired sysutils/uefi-edk2-bhyve-csm
Diffstat (limited to 'sysutils/bhyve-firmware')
-rw-r--r--sysutils/bhyve-firmware/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/sysutils/bhyve-firmware/Makefile b/sysutils/bhyve-firmware/Makefile
index ececb52125bf..7cb48e145343 100644
--- a/sysutils/bhyve-firmware/Makefile
+++ b/sysutils/bhyve-firmware/Makefile
@@ -1,6 +1,6 @@
PORTNAME= bhyve-firmware
PORTVERSION= 1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils
MAINTAINER= fabian.freyer@physik.tu-berlin.de
@@ -10,9 +10,5 @@ WWW= https://wiki.freebsd.org/bhyve/UEFI
RUN_DEPENDS= ${LOCALBASE}/share/uefi-firmware/BHYVE_UEFI_CODE.fd:sysutils/edk2@bhyve
USES= metaport
-OPTIONS_DEFINE= CSM
-OPTIONS_DEFAULT= CSM
-CSM_DESC= Include firmware with Compatibility Support Module
-CSM_RUN_DEPENDS= uefi-edk2-bhyve-csm>=0:sysutils/uefi-edk2-bhyve-csm
.include <bsd.port.mk>