git: 893aa8a779b4 - main - x11-toolkits/plib: Add CPE information

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

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

commit 893aa8a779b4e8979938aaa97cf7f51fc586414d
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-13 14:01:17 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-13 14:01:17 +0000

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

diff --git a/x11-toolkits/plib/Makefile b/x11-toolkits/plib/Makefile
index cff2a2978333..a33cf7ef188d 100644
--- a/x11-toolkits/plib/Makefile
+++ b/x11-toolkits/plib/Makefile
@@ -12,7 +12,8 @@ COMMENT=	Portable library for joystick/sound/OpenGL GUI/3D math
 LICENSE=	LGPL20
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		gl gmake xorg
+USES=		cpe gl gmake xorg
+CPE_VENDOR=	${PORTNAME}_project
 USE_XORG=	xt xi xmu xext x11
 USE_GL=		glu
 GNU_CONFIGURE=	yes