Date: Fri, 6 Aug 2021 14:09:59 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: 759649a5b05d - main - games/foobillard: prepare for freetype2 update Message-ID: <202108061409.176E9xPn017203@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=759649a5b05de312726573133b1a37959b1b615e commit 759649a5b05de312726573133b1a37959b1b615e Author: Tobias C. Berner <tcberner@FreeBSD.org> AuthorDate: 2021-08-06 13:26:30 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2021-08-06 14:09:30 +0000 games/foobillard: prepare for freetype2 update - freetype2 will no longer ship freetype-config (which was a pkg-config wrapper) in the near future -- use pkg-config to gather the required flags. PR: 251512 --- games/foobillard/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games/foobillard/Makefile b/games/foobillard/Makefile index 34c201482c86..d9db4ff5baa2 100644 --- a/games/foobillard/Makefile +++ b/games/foobillard/Makefile @@ -21,9 +21,9 @@ NVIDIA_BUMPREF_DESC= NVidia extensions .include <bsd.port.options.mk> -FREETYPE_CONFIG?= ${LOCALBASE}/bin/freetype-config +FREETYPE_CONFIG?= pkg-config freetype2 -USES= gmake xorg +USES= gmake pkgconfig xorg GNU_CONFIGURE= yes USE_XORG= xaw ice
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108061409.176E9xPn017203>