Skip to content

Commit

Permalink
emulators/fbneo: Fix build
Browse files Browse the repository at this point in the history
- Add missing perl dependency

Reported by:	pkg-fallout
  • Loading branch information
alonsobsd committed Nov 24, 2024
1 parent d2f68b7 commit 2074816
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions emulators/fbneo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2074816

Please sign in to comment.