summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-12-03 21:00:28 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-12-03 21:00:28 +0000
commit99e3324472ce1e9bdb383beb2423c0118d38b84f (patch)
tree86958a000c4d2dc37e53d15a1b45260c5deec3af
parentThis port requires a C++11-aware compiler to build on GCC-based (diff)
A C11-aware compiler is necessary to build this port.
PR: 233720 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
-rw-r--r--devel/template-glib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/template-glib/Makefile b/devel/template-glib/Makefile
index f05cae09c24e..f3fa67176d33 100644
--- a/devel/template-glib/Makefile
+++ b/devel/template-glib/Makefile
@@ -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>