git: f78e8d9c1385 - main - games/freedroidrpg: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Oct 2021 19:26:43 UTC
The branch main has been updated by se:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f78e8d9c138520f9973acd3b5b9cfe171e72e0e3
commit f78e8d9c138520f9973acd3b5b9cfe171e72e0e3
Author: Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-18 19:18:58 +0000
Commit: Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-18 19:25:55 +0000
games/freedroidrpg: Add CPE information
Approved by: portmgr (blanket)
---
games/freedroidrpg/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/games/freedroidrpg/Makefile b/games/freedroidrpg/Makefile
index 472519f20d5b..b48f35e5e593 100644
--- a/games/freedroidrpg/Makefile
+++ b/games/freedroidrpg/Makefile
@@ -20,7 +20,8 @@ BROKEN_FreeBSD_14= ld: error: duplicate symbol: tux_rendering
LIB_DEPENDS= libpng.so:graphics/png
GNU_CONFIGURE= yes
-USES= jpeg gmake localbase lua:52+ python sdl xorg
+USES= cpe jpeg gmake localbase lua:52+ python sdl xorg
+CPE_VENDOR= freedroid
USE_XORG= x11
USE_SDL= sdl image gfx
CONFIGURE_ENV= LUA_CFLAGS="-I${LUA_INCDIR}" LUA_LIBS="-L${LUA_LIBDIR} -llua-${LUA_VER}"