git: a7304ac0ba7f - main - graphics/libavif: Add CPE information

From: Stefan Eßer <se_at_FreeBSD.org>
Date: Wed, 20 Oct 2021 16:13:54 UTC
The branch main has been updated by se:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a7304ac0ba7f5a5d2cdba167e3ce85a03e553ff4

commit a7304ac0ba7f5a5d2cdba167e3ce85a03e553ff4
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-20 16:13:08 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-20 16:13:08 +0000

    graphics/libavif: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 graphics/libavif/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/graphics/libavif/Makefile b/graphics/libavif/Makefile
index 78dcbccb1f9d..491eb4e90f11 100644
--- a/graphics/libavif/Makefile
+++ b/graphics/libavif/Makefile
@@ -15,7 +15,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libpng.so:graphics/png
 
-USES=		cmake:testing compiler:c11 jpeg pkgconfig
+USES=		cmake:testing compiler:c11 cpe jpeg pkgconfig
+CPE_VENDOR=	aomedia
 USE_GITHUB=	yes
 USE_LDCONFIG=	yes
 GH_ACCOUNT=	AOMediaCodec