svn commit: r423345 - head/multimedia/rage

Grzegorz Blach gblach at FreeBSD.org
Wed Oct 5 14:22:36 UTC 2016


Author: gblach
Date: Wed Oct  5 14:22:34 2016
New Revision: 423345
URL: https://svnweb.freebsd.org/changeset/ports/423345

Log:
  Fix build on 9.3

Modified:
  head/multimedia/rage/Makefile

Modified: head/multimedia/rage/Makefile
==============================================================================
--- head/multimedia/rage/Makefile	Wed Oct  5 13:55:41 2016	(r423344)
+++ head/multimedia/rage/Makefile	Wed Oct  5 14:22:34 2016	(r423345)
@@ -15,6 +15,6 @@ LIB_DEPENDS=	libefl.so:devel/efl
 
 DIST_SUBDIR=	enlightenment
 GNU_CONFIGURE=	yes
-USES=		desktop-file-utils pkgconfig tar:xz
+USES=		compiler:c11 desktop-file-utils pkgconfig tar:xz
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list