Date: Wed, 26 Dec 2018 12:02:34 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488372 - head/x11-wm/i3-gaps Message-ID: <201812261202.wBQC2YNM083534@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812261202.wBQC2YNM083534>