diff options
author | linimon <linimon@FreeBSD.org> | 2018-12-26 20:02:34 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-12-26 20:02:34 +0800 |
commit | c6d24893b036a9ee63c69b56299293958cbfe4c9 (patch) | |
tree | 3bfddab098746947a7907ef907f15b25132fcfb3 | |
parent | 60c4e81245a6e88adbee9e158f35770cf8481b16 (diff) | |
download | freebsd-ports-gnome-c6d24893b036a9ee63c69b56299293958cbfe4c9.tar.gz freebsd-ports-gnome-c6d24893b036a9ee63c69b56299293958cbfe4c9.tar.zst freebsd-ports-gnome-c6d24893b036a9ee63c69b56299293958cbfe4c9.zip |
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)
-rw-r--r-- | x11-wm/i3-gaps/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/i3-gaps/Makefile b/x11-wm/i3-gaps/Makefile index ef0c591605e6..cc12402ab96f 100644 --- a/x11-wm/i3-gaps/Makefile +++ b/x11-wm/i3-gaps/Makefile @@ -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 |