git: 7735e796145b - main - multimedia/assimp: Add CPE information

From: Bernhard Froehlich <decke_at_FreeBSD.org>
Date: Fri, 18 Mar 2022 13:26:20 UTC
The branch main has been updated by decke:

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

commit 7735e796145b3e612692a2c07cef82aeb8573d11
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2022-03-18 13:15:39 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2022-03-18 13:23:52 +0000

    multimedia/assimp: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 multimedia/assimp/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/multimedia/assimp/Makefile b/multimedia/assimp/Makefile
index 9f16f59edb27..bad7cadb5467 100644
--- a/multimedia/assimp/Makefile
+++ b/multimedia/assimp/Makefile
@@ -9,7 +9,7 @@ COMMENT=	Library to import various 3D model formats in a uniform manner
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		cmake:testing compiler:c++11-lib localbase:ldflags minizip pkgconfig
+USES=		cmake:testing compiler:c++11-lib cpe localbase:ldflags minizip pkgconfig
 
 USE_GITHUB=	yes
 USE_LDCONFIG=	yes