git: 12bc458a7aa1 - main - sysutils/edk2: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Oct 2021 14:36:25 UTC
The branch main has been updated by se:
URL: https://cgit.FreeBSD.org/ports/commit/?id=12bc458a7aa12a08a6410bca9af66ea7cf4b07d1
commit 12bc458a7aa12a08a6410bca9af66ea7cf4b07d1
Author: Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-21 14:27:12 +0000
Commit: Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-21 14:27:12 +0000
sysutils/edk2: Add CPE information
Approved by: portmgr (blanket)
---
sysutils/edk2/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sysutils/edk2/Makefile b/sysutils/edk2/Makefile
index b9fc6603d936..825c498d156a 100644
--- a/sysutils/edk2/Makefile
+++ b/sysutils/edk2/Makefile
@@ -14,7 +14,8 @@ PKGNAMESUFFIX= -${FLAVOR:C/_/-/g}
FLAVORS= macchiatobin fvp rpi3 rpi4 xen_x64
FLAVOR?= macchiatobin
-USES= gmake python:3.7+,build
+USES= cpe gmake python:3.7+,build
+CPE_VENDOR= tianocore
USE_GCC= yes:build
BUILD_DEPENDS+= dtc>=1.4.1:sysutils/dtc \