git: e5743a66e817 - main - devel/godot: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Sat Sep 25 20:29:59 UTC 2021


The branch main has been updated by decke:

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

commit e5743a66e8170e8ebc0471e8d884b5d5f08be81a
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-25 20:15:56 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-25 20:28:50 +0000

    devel/godot: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 devel/godot/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/devel/godot/Makefile b/devel/godot/Makefile
index 5da6c5369300..78f4fa4ba049 100644
--- a/devel/godot/Makefile
+++ b/devel/godot/Makefile
@@ -23,10 +23,12 @@ RUN_DEPENDS=	xdg-user-dir:devel/xdg-user-dirs \
 		xdg-open:devel/xdg-utils \
 		xmessage:x11/xmessage
 
-USES=		compiler:c++14-lang gl pkgconfig scons xorg
+USES=		compiler:c++14-lang cpe gl pkgconfig scons xorg
 USE_XORG=	x11 xcursor xi xinerama xrandr xrender
 USE_GL=		gl glew glu
 
+CPE_VENDOR=	godotengine
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	godotengine
 


More information about the dev-commits-ports-main mailing list