git: 9e7f41895f17 - main - emulators/openmsx: prepare for freetype2 update

Tobias C. Berner tcberner at FreeBSD.org
Fri Aug 6 09:07:59 UTC 2021


The branch main has been updated by tcberner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9e7f41895f17183cb7a065477a09df54084c61dc

commit 9e7f41895f17183cb7a065477a09df54084c61dc
Author:     Tobias C. Berner <tcberner at FreeBSD.org>
AuthorDate: 2021-08-06 08:56:26 +0000
Commit:     Tobias C. Berner <tcberner at FreeBSD.org>
CommitDate: 2021-08-06 09:07:49 +0000

    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 d8670cb44a2e..eccf775d8415 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


More information about the dev-commits-ports-main mailing list