aboutsummaryrefslogtreecommitdiff
path: root/multimedia/bino
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2019-03-12 03:59:30 +0000
committerMark Linimon <linimon@FreeBSD.org>2019-03-12 03:59:30 +0000
commit7c60d1ddd469499f213f2aa0946e675d24cc4375 (patch)
treeb698b081aee51c0bef01e5e0f1283298c847a9bf /multimedia/bino
parent33275d41b6711ec953aca53d86b31c3382d567ec (diff)
downloadports-7c60d1ddd469499f213f2aa0946e675d24cc4375.tar.gz
ports-7c60d1ddd469499f213f2aa0946e675d24cc4375.zip
Fix build on gcc-based architectures:
configure: error: The C++ compiler was not found or does not work. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=495419
Diffstat (limited to 'multimedia/bino')
-rw-r--r--multimedia/bino/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/bino/Makefile b/multimedia/bino/Makefile
index 7e949fe70047..2894342bc243 100644
--- a/multimedia/bino/Makefile
+++ b/multimedia/bino/Makefile
@@ -17,7 +17,8 @@ LIB_DEPENDS= libass.so:multimedia/libass \
libavformat.so:multimedia/ffmpeg \
libopenal.so:audio/openal-soft
-USES= autoreconf desktop-file-utils gmake iconv pkgconfig qt:5 tar:xz
+USES= autoreconf compiler:c++11-lang desktop-file-utils gl gmake \
+ iconv pkgconfig qt:5 tar:xz
USE_GL= gl glu glew
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes