Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Sep 2015 19:22:01 +0000 (UTC)
From:      Grzegorz Blach <gblach@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396777 - head/x11/terminology
Message-ID:  <201509121922.t8CJM1ux006727@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gblach
Date: Sat Sep 12 19:22:01 2015
New Revision: 396777
URL: https://svnweb.freebsd.org/changeset/ports/396777

Log:
  Fix build on 9.x

Modified:
  head/x11/terminology/Makefile

Modified: head/x11/terminology/Makefile
==============================================================================
--- head/x11/terminology/Makefile	Sat Sep 12 17:09:52 2015	(r396776)
+++ head/x11/terminology/Makefile	Sat Sep 12 19:22:01 2015	(r396777)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libefl.so:${PORTSDIR}/devel
 
 DIST_SUBDIR=	enlightenment
 GNU_CONFIGURE=	yes
-USES=		pkgconfig tar:xz
+USES=		compiler:c11 pkgconfig tar:xz
 
 OPTIONS_DEFINE=		NLS
 OPTIONS_SUB=		yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509121922.t8CJM1ux006727>