Date: Thu, 14 Apr 2022 20:24:37 GMT From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: cea75571e899 - main - games/chroma: fux build without SDL Message-ID: <202204142024.23EKOb0L009112@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=cea75571e89952d50f57dcb66558368601bf5a26 commit cea75571e89952d50f57dcb66558368601bf5a26 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2022-04-14 18:13:54 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2022-04-14 20:23:37 +0000 games/chroma: fux build without SDL Don't use USES=sdl without USE_SDL. Reported by: reprise --- games/chroma/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games/chroma/Makefile b/games/chroma/Makefile index bdfde3db6c88..f7908eec8eb7 100644 --- a/games/chroma/Makefile +++ b/games/chroma/Makefile @@ -10,7 +10,7 @@ COMMENT= Abstract puzzle game LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= gettext localbase sdl tar:bzip2 +USES= gettext localbase tar:bzip2 GNU_CONFIGURE= yes CONFLICTS_INSTALL= chroma-syntax-highlighter @@ -32,7 +32,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_USES= pkgconfig sdl 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?202204142024.23EKOb0L009112>