git: f8c98e7dbf50 - main - games/scummvm-tools: prepare for freetype2 update
Tobias C. Berner
tcberner at FreeBSD.org
Sat Aug 7 05:55:34 UTC 2021
The branch main has been updated by tcberner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f8c98e7dbf500393e6e8143cbde1561a42db8f18
commit f8c98e7dbf500393e6e8143cbde1561a42db8f18
Author: Tobias C. Berner <tcberner at FreeBSD.org>
AuthorDate: 2021-08-07 05:54:02 +0000
Commit: Tobias C. Berner <tcberner at FreeBSD.org>
CommitDate: 2021-08-07 05:54:02 +0000
games/scummvm-tools: prepare for freetype2 update
- 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
---
games/scummvm-tools/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games/scummvm-tools/Makefile b/games/scummvm-tools/Makefile
index f8fff6884aac..3dccffb3d04b 100644
--- a/games/scummvm-tools/Makefile
+++ b/games/scummvm-tools/Makefile
@@ -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
More information about the dev-commits-ports-all
mailing list