Date: Fri, 6 Aug 2021 09:07:58 GMT From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9e7f41895f17 - main - emulators/openmsx: prepare for freetype2 update Message-ID: <202108060907.17697wdG008080@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=9e7f41895f17183cb7a065477a09df54084c61dc commit 9e7f41895f17183cb7a065477a09df54084c61dc Author: Tobias C. Berner <tcberner@FreeBSD.org> AuthorDate: 2021-08-06 08:56:26 +0000 Commit: Tobias C. Berner <tcberner@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108060907.17697wdG008080>