svn commit: r450444 - head/devel/efl

Grzegorz Blach gblach at FreeBSD.org
Sat Sep 23 14:19:47 UTC 2017


Author: gblach
Date: Sat Sep 23 14:19:45 2017
New Revision: 450444
URL: https://svnweb.freebsd.org/changeset/ports/450444

Log:
  Fix build on 10.3

Modified:
  head/devel/efl/Makefile

Modified: head/devel/efl/Makefile
==============================================================================
--- head/devel/efl/Makefile	Sat Sep 23 14:10:46 2017	(r450443)
+++ head/devel/efl/Makefile	Sat Sep 23 14:19:45 2017	(r450444)
@@ -22,7 +22,7 @@ LIB_DEPENDS=	libgif.so:graphics/giflib \
 		libsndfile.so:audio/libsndfile
 
 GNU_CONFIGURE=	yes
-USES=		autoreconf compiler:c++11-lib gettext-tools gmake iconv jpeg \
+USES=		autoreconf compiler:c++14-lang gettext-tools gmake iconv jpeg \
 		libtool pathfix pkgconfig shared-mime-info tar:xz
 USE_XORG=	x11 xcursor xcomposite xdamage xext xfixes xi xinerama xp \
 		xrandr xrender xtst xscrnsaver


More information about the svn-ports-all mailing list