git: 5c1e383aded6 - main - games/chroma: prepare for freetype2 update
Tobias C. Berner
tcberner at FreeBSD.org
Fri Aug 6 12:23:51 UTC 2021
The branch main has been updated by tcberner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5c1e383aded6811a1e7cf39294698347509be8c9
commit 5c1e383aded6811a1e7cf39294698347509be8c9
Author: Tobias C. Berner <tcberner at FreeBSD.org>
AuthorDate: 2021-08-06 12:21:58 +0000
Commit: Tobias C. Berner <tcberner at FreeBSD.org>
CommitDate: 2021-08-06 12:21:58 +0000
games/chroma: 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
---
games/chroma/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/games/chroma/Makefile b/games/chroma/Makefile
index 7f555aff20e1..09b1f75c5edf 100644
--- a/games/chroma/Makefile
+++ b/games/chroma/Makefile
@@ -30,6 +30,7 @@ CURSES_CONFIGURE_ENABLE=curses
CURSES_PLIST_FILES= bin/${PORTNAME}-curses
SDL_CONFIGURE_ENABLE= sdl
SDL_LIB_DEPENDS= libfreetype.so:print/freetype2
+SDL_USES= pkgconfig
SDL_USE= SDL=sdl,image
SDL_PLIST_FILES= bin/${PORTNAME}
More information about the dev-commits-ports-all
mailing list