diff options
author | linimon <linimon@FreeBSD.org> | 2018-12-27 04:43:03 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-12-27 04:43:03 +0800 |
commit | 3ae03238a36a7c8faaad1e63f6a57381cc28cc30 (patch) | |
tree | 83215995c4acc55d5640bc7ad3b69691be4a561b /textproc | |
parent | c2b8e841405d575d319f2585ba69efca455f86f6 (diff) | |
download | freebsd-ports-gnome-3ae03238a36a7c8faaad1e63f6a57381cc28cc30.tar.gz freebsd-ports-gnome-3ae03238a36a7c8faaad1e63f6a57381cc28cc30.tar.zst freebsd-ports-gnome-3ae03238a36a7c8faaad1e63f6a57381cc28cc30.zip |
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)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/uim-qt5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |