svn commit: r396777 - head/x11/terminology

Grzegorz Blach gblach at FreeBSD.org
Sat Sep 12 19:22:01 UTC 2015


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


More information about the svn-ports-all mailing list