Skip to content

Commit

Permalink
games/scummvm-tools: prepare for freetype2 update
Browse files Browse the repository at this point in the history
- The upcoming freetype2 update will no longer install the
freetype-config script. The port already supports the new way of
finding freetype2 via pkgconfig, but for this, it needs to build
depend on it.

PR:		251512
  • Loading branch information
tcberner committed Aug 7, 2021
1 parent f753686 commit f8c98e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion games/scummvm-tools/Makefile
Expand Up @@ -22,7 +22,7 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \
libvorbis.so:audio/libvorbis \
libfreetype.so:print/freetype2

USES= compiler:c++11-lang gmake iconv tar:bzip2
USES= compiler:c++11-lang gmake iconv pkgconfig tar:bzip2
HAS_CONFIGURE= yes

CONFIGURE_ARGS= --prefix="${PREFIX}" --enable-verbose-build
Expand Down

0 comments on commit f8c98e7

Please sign in to comment.