aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2021-06-27 14:56:24 +0000
committerRene Ladan <rene@FreeBSD.org>2021-06-27 14:56:24 +0000
commit03ed448b501283f1e4d5dd0abb6847a91a32a79b (patch)
treecb694989ec17212c79792c25285967cb24984e09
parent1785eb239603d31136b2c62e8dd71adc2e17a5ac (diff)
downloadports-03ed448b501283f1e4d5dd0abb6847a91a32a79b.tar.gz
ports-03ed448b501283f1e4d5dd0abb6847a91a32a79b.zip
sysutils/bhyve-firmware: undeprecate CSM option
The sysutils/uefi-edk2-bhyve port no longer needs Python 2.7
-rw-r--r--sysutils/bhyve-firmware/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/sysutils/bhyve-firmware/Makefile b/sysutils/bhyve-firmware/Makefile
index 1fb78f76049c..3c601a11f7ef 100644
--- a/sysutils/bhyve-firmware/Makefile
+++ b/sysutils/bhyve-firmware/Makefile
@@ -14,11 +14,4 @@ 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.options.mk>
-
-.if ${PORT_OPTIONS:MCSM}
-DEPRECATED= Uses EOL Python 2.7 via sysutils/uefi-edk2-bhyve
-EXPIRATION_DATE=2021-06-23
-.endif
-
.include <bsd.port.mk>