svn commit: r486554 - head/devel/template-glib

Mark Linimon linimon at FreeBSD.org
Mon Dec 3 21:00:29 UTC 2018


Author: linimon
Date: Mon Dec  3 21:00:28 2018
New Revision: 486554
URL: https://svnweb.freebsd.org/changeset/ports/486554

Log:
  A C11-aware compiler is necessary to build this port.
  
  PR:		233720
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/template-glib/Makefile

Modified: head/devel/template-glib/Makefile
==============================================================================
--- head/devel/template-glib/Makefile	Mon Dec  3 20:56:07 2018	(r486553)
+++ head/devel/template-glib/Makefile	Mon Dec  3 21:00:28 2018	(r486554)
@@ -10,7 +10,7 @@ COMMENT=	Templating library for GLib
 
 BUILD_DEPENDS=	valac:lang/vala
 
-USES=		bison gettext gnome meson pkgconfig tar:xz
+USES=		bison compiler:c11 gettext gnome meson pkgconfig tar:xz
 USE_GNOME=	glib20 introspection
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list