Date: Wed, 10 Mar 2021 06:29:22 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567986 - head/devel/rgbds Message-ID: <202103100629.12A6TMLM017172@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Wed Mar 10 06:29:22 2021 New Revision: 567986 URL: https://svnweb.freebsd.org/changeset/ports/567986 Log: devel/rgbds: Add the obvious USES=compiler:c11 Modified: head/devel/rgbds/Makefile Modified: head/devel/rgbds/Makefile ============================================================================== --- head/devel/rgbds/Makefile Wed Mar 10 06:26:22 2021 (r567985) +++ head/devel/rgbds/Makefile Wed Mar 10 06:29:22 2021 (r567986) @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libpng.so:graphics/png -USES= bison dos2unix pkgconfig +USES= bison compiler:c11 dos2unix pkgconfig WRKSRC= ${WRKDIR}/rgbds .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103100629.12A6TMLM017172>