aboutsummaryrefslogtreecommitdiff
path: root/graphics/electricsheep
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-05-05 13:23:09 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-05-05 13:23:09 +0000
commitf02eb8e0c4078926ed5a31770e341cec23f9cb8c (patch)
tree1813c9a6709be2db60f3c93ae4076e21c17fe72f /graphics/electricsheep
parent27be8e9cc1fdf2ab7a9bd1de0c38a550309c4443 (diff)
downloadports-f02eb8e0c4078926ed5a31770e341cec23f9cb8c.tar.gz
ports-f02eb8e0c4078926ed5a31770e341cec23f9cb8c.zip
graphics/electricsheep: fix build with GCC-based architectures
Add USES=compiler:c++11-lang to fix build on GCC architectures. Approved by: mentors (implicit approval)
Notes
Notes: svn path=/head/; revision=500857
Diffstat (limited to 'graphics/electricsheep')
-rw-r--r--graphics/electricsheep/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/electricsheep/Makefile b/graphics/electricsheep/Makefile
index 5fa4ce65d4de..52057aecc421 100644
--- a/graphics/electricsheep/Makefile
+++ b/graphics/electricsheep/Makefile
@@ -23,7 +23,7 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \
libtinyxml.so:textproc/tinyxml
RUN_DEPENDS= flam3-animate:graphics/flam3
-USES= autoreconf dos2unix gl gnome libtool localbase:ldflags lua:51 pkgconfig gettext-runtime
+USES= autoreconf compiler:c++11-lang dos2unix gl gnome libtool localbase:ldflags lua:51 pkgconfig gettext-runtime
USE_GITHUB= yes
GH_ACCOUNT= scottdraves
GH_TAGNAME= 4949c31