From 3ae03238a36a7c8faaad1e63f6a57381cc28cc30 Mon Sep 17 00:00:00 2001 From: linimon Date: Wed, 26 Dec 2018 20:43:03 +0000 Subject: This port requires USES=compiler:c++11-lang to build on GCC-based architectures. While here, add USES=gl. PR: 234349 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) --- textproc/uim-qt5/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textproc/uim-qt5/Makefile b/textproc/uim-qt5/Makefile index 078433de8003..876bf6831ed3 100644 --- a/textproc/uim-qt5/Makefile +++ b/textproc/uim-qt5/Makefile @@ -10,7 +10,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libuim.so:textproc/uim -USES= iconv libtool qt:5 +USES= compiler:c++11-lang gl iconv libtool qt:5 USE_GL= gl USE_QT= buildtools_build core gui qmake_build widgets x11extras -- cgit