svn commit: r488436 - head/textproc/uim-qt5

Mark Linimon linimon at FreeBSD.org
Wed Dec 26 20:43:04 UTC 2018


Author: linimon
Date: Wed Dec 26 20:43:03 2018
New Revision: 488436
URL: https://svnweb.freebsd.org/changeset/ports/488436

Log:
  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)

Modified:
  head/textproc/uim-qt5/Makefile

Modified: head/textproc/uim-qt5/Makefile
==============================================================================
--- head/textproc/uim-qt5/Makefile	Wed Dec 26 20:38:34 2018	(r488435)
+++ head/textproc/uim-qt5/Makefile	Wed Dec 26 20:43:03 2018	(r488436)
@@ -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
 


More information about the svn-ports-all mailing list