svn commit: r567986 - head/devel/rgbds

Tobias Kortkamp tobik at FreeBSD.org
Wed Mar 10 06:29:23 UTC 2021


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>


More information about the svn-ports-head mailing list