aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-09-27 21:10:13 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-09-27 21:10:13 +0000
commit6a504aa868fbe6d736161051f2e202e688646e06 (patch)
treedb3d6bc61bc7b13e3764ba4fc4d13ce78a73db13 /x11
parent20d2d686b4be4611addf94f38cab305121c1a116 (diff)
downloadports-6a504aa868fbe6d736161051f2e202e688646e06.tar.gz
ports-6a504aa868fbe6d736161051f2e202e688646e06.zip
Fix build on gcc-based archs.
Tested on powerpc64 and amd64. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=480820
Diffstat (limited to 'x11')
-rw-r--r--x11/polybar/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/polybar/Makefile b/x11/polybar/Makefile
index 193567e3b118..70713bef8c80 100644
--- a/x11/polybar/Makefile
+++ b/x11/polybar/Makefile
@@ -25,8 +25,8 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libxcb-util.so:x11/xcb-util \
libxcb-xrm.so:x11/xcb-util-xrm
-USES= cmake:outsource localbase:ldflags pkgconfig \
- python:2.7,build
+USES= cmake:outsource compiler:c++11-lang localbase:ldflags \
+ pkgconfig python:2.7,build
USE_GITHUB= yes
GH_ACCOUNT= jaagr
GH_TUPLE= jaagr:i3ipcpp:v0.7.1-4-gd4e4786:i3ipcpp/lib/i3ipcpp \