Date: Sun, 24 Nov 2024 19:03:10 GMT From: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2074816eab89 - main - emulators/fbneo: Fix build Message-ID: <202411241903.4AOJ3AZg097312@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=2074816eab89e4db6bb973e95d895c47fee88922 commit 2074816eab89e4db6bb973e95d895c47fee88922 Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2024-11-24 19:02:23 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2024-11-24 19:02:23 +0000 emulators/fbneo: Fix build - Add missing perl dependency Reported by: pkg-fallout --- emulators/fbneo/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emulators/fbneo/Makefile b/emulators/fbneo/Makefile index b9bf09c8b3ce..9e147b0959ba 100644 --- a/emulators/fbneo/Makefile +++ b/emulators/fbneo/Makefile @@ -13,14 +13,14 @@ LICENSE_PERMS= dist-mirror pkg-mirror auto-accept BUILD_DEPENDS= nasm>0:devel/nasm -USES= compiler:c11 gl gmake sdl shebangfix +USES= compiler:c11 gl gmake perl5 sdl shebangfix USE_GITHUB= yes GH_ACCOUNT= finalburnneo GH_PROJECT= FBNeo GH_TAGNAME= 60b73a1fd017d7d8af5a428e16be17e24847d3a2 -USE_GL+= gl +USE_GL= gl USE_SDL= sdl2 image2 SHEBANG_GLOB= *.pl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411241903.4AOJ3AZg097312>