git: 2074816eab89 - main - emulators/fbneo: Fix build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 24 Nov 2024 19:03:10 UTC
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