Date: Sat, 25 Sep 2021 20:29:57 GMT From: Bernhard Froehlich <decke@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e5743a66e817 - main - devel/godot: Add CPE information Message-ID: <202109252029.18PKTv5p053981@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=e5743a66e8170e8ebc0471e8d884b5d5f08be81a commit e5743a66e8170e8ebc0471e8d884b5d5f08be81a Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-09-25 20:15:56 +0000 Commit: Bernhard Froehlich <decke@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109252029.18PKTv5p053981>