Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Aug 2021 12:23:51 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: 5c1e383aded6 - main - games/chroma: prepare for freetype2 update
Message-ID:  <202108061223.176CNpdK078679@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=5c1e383aded6811a1e7cf39294698347509be8c9

commit 5c1e383aded6811a1e7cf39294698347509be8c9
Author:     Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2021-08-06 12:21:58 +0000
Commit:     Tobias C. Berner <tcberner@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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108061223.176CNpdK078679>