svn commit: r481623 - head/security/qtkeychain

Gleb Popov arrowd at FreeBSD.org
Tue Oct 9 11:04:07 UTC 2018


Author: arrowd
Date: Tue Oct  9 11:04:06 2018
New Revision: 481623
URL: https://svnweb.freebsd.org/changeset/ports/481623

Log:
  security/qtkeychain: Add USES=compiler:c++11-lang for qt5 flavor.
  
  PR:		232090
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>
  Approved by:	tcberner (mentor)

Modified:
  head/security/qtkeychain/Makefile

Modified: head/security/qtkeychain/Makefile
==============================================================================
--- head/security/qtkeychain/Makefile	Tue Oct  9 10:56:05 2018	(r481622)
+++ head/security/qtkeychain/Makefile	Tue Oct  9 11:04:06 2018	(r481623)
@@ -29,7 +29,7 @@ USE_QT=		corelib dbus linguisttools_build moc_build rc
 PLIST_SUB+=	PLIST_QT_PREFIX_UPCASE=Qt PLIST_QT_PREFIX=qt
 PLIST=		${PKGDIR}/pkg-plist.${FLAVOR}
 .  else
-USES+=		qt:5
+USES+=		compiler:c++11-lang qt:5
 USE_QT=		core dbus linguisttools_build buildtools_build qmake_build
 PLIST_SUB+=	PLIST_QT_PREFIX_UPCASE=Qt5 PLIST_QT_PREFIX=qt5
 PLIST=		${PKGDIR}/pkg-plist.${FLAVOR}


More information about the svn-ports-all mailing list