svn commit: r485240 - head/www/edbrowse

Mark Linimon linimon at FreeBSD.org
Sun Nov 18 18:28:14 UTC 2018


Author: linimon
Date: Sun Nov 18 18:28:13 2018
New Revision: 485240
URL: https://svnweb.freebsd.org/changeset/ports/485240

Log:
  Add compiler:c11 to USES to fix build on powerpc64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/www/edbrowse/Makefile

Modified: head/www/edbrowse/Makefile
==============================================================================
--- head/www/edbrowse/Makefile	Sun Nov 18 18:27:11 2018	(r485239)
+++ head/www/edbrowse/Makefile	Sun Nov 18 18:28:13 2018	(r485240)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libpcre.so:devel/pcre \
 		libtidy5.so:www/tidy-html5 \
 		libduktape.so:lang/duktape-lib
 
-USES=		cmake perl5 readline
+USES=		cmake compiler:c11 perl5 readline
 USE_PERL5=	build
 USE_GITHUB=	yes
 


More information about the svn-ports-all mailing list