git: 759649a5b05d - main - games/foobillard: prepare for freetype2 update

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


The branch main has been updated by tcberner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=759649a5b05de312726573133b1a37959b1b615e

commit 759649a5b05de312726573133b1a37959b1b615e
Author:     Tobias C. Berner <tcberner at FreeBSD.org>
AuthorDate: 2021-08-06 13:26:30 +0000
Commit:     Tobias C. Berner <tcberner at 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
 


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