From 9e7f41895f17183cb7a065477a09df54084c61dc Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Fri, 6 Aug 2021 10:56:26 +0200 Subject: [PATCH] emulators/openmsx: 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 --- emulators/openmsx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulators/openmsx/Makefile b/emulators/openmsx/Makefile index d8670cb44a2ee..eccf775d84158 100644 --- a/emulators/openmsx/Makefile +++ b/emulators/openmsx/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libpng.so:graphics/png \ libfreetype.so:print/freetype2 \ libasound.so:audio/alsa-lib -USES= gl gmake python sdl tcl +USES= gl gmake pkgconfig python sdl tcl USE_GCC= yes USE_GL= gl glew USE_SDL= sdl2 ttf2