svn commit: r488372 - head/x11-wm/i3-gaps

Mark Linimon linimon at FreeBSD.org
Wed Dec 26 12:02:35 UTC 2018


Author: linimon
Date: Wed Dec 26 12:02:34 2018
New Revision: 488372
URL: https://svnweb.freebsd.org/changeset/ports/488372

Log:
  This port requires USES=compiler:c++11-lang to build on GCC-based
  architectures.
  
  While here, add USES=gnome.
  
  PR:		234304
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/x11-wm/i3-gaps/Makefile

Modified: head/x11-wm/i3-gaps/Makefile
==============================================================================
--- head/x11-wm/i3-gaps/Makefile	Wed Dec 26 12:01:58 2018	(r488371)
+++ head/x11-wm/i3-gaps/Makefile	Wed Dec 26 12:02:34 2018	(r488372)
@@ -30,7 +30,8 @@ RUN_DEPENDS=	p5-AnyEvent-I3>=0:devel/p5-AnyEvent-I3 \
 		p5-JSON-XS>=0:converters/p5-JSON-XS \
 		p5-Try-Tiny>=0:lang/p5-Try-Tiny
 
-USES=		autoreconf gettext-runtime gmake iconv localbase perl5 pkgconfig
+USES=		autoreconf compiler:c11 gettext-runtime gmake gnome iconv \
+		localbase perl5 pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	Airblader
 USE_PERL5=	run


More information about the svn-ports-all mailing list