svn commit: r430908 - in head/x11: qterminal qterminal-l10n

John Marino marino at FreeBSD.org
Mon Jan 9 04:29:13 UTC 2017


Author: marino
Date: Mon Jan  9 04:29:12 2017
New Revision: 430908
URL: https://svnweb.freebsd.org/changeset/ports/430908

Log:
  x11/qterminal(-l10n): Fix builds after recent change to devel/liblxqt
  
  Approved by:	Just-fix-it

Modified:
  head/x11/qterminal-l10n/Makefile
  head/x11/qterminal/Makefile

Modified: head/x11/qterminal-l10n/Makefile
==============================================================================
--- head/x11/qterminal-l10n/Makefile	Mon Jan  9 03:10:06 2017	(r430907)
+++ head/x11/qterminal-l10n/Makefile	Mon Jan  9 04:29:12 2017	(r430908)
@@ -13,7 +13,7 @@ LICENSE=	LGPL21+
 
 USES=	cmake:outsource lxqt tar:xz
 USE_QT5=	buildtools_build qmake_build
-USE_LXQT=	lxqt
+USE_LXQT=	buildtools lxqt
 
 CMAKE_ARGS+=	-DWITH_COMPTON_CONF:BOOL=OFF \
 	-DWITH_LIBFM_QT:BOOL=OFF \

Modified: head/x11/qterminal/Makefile
==============================================================================
--- head/x11/qterminal/Makefile	Mon Jan  9 03:10:06 2017	(r430907)
+++ head/x11/qterminal/Makefile	Mon Jan  9 04:29:12 2017	(r430908)
@@ -18,7 +18,7 @@ USES=		cmake:outsource compiler:c++11-la
 		lxqt pkgconfig tar:xz
 USE_QT5=	buildtools_build core gui qmake_build widgets x11extras
 USE_XORG=	x11
-USE_LXQT=	lxqt
+USE_LXQT=	buildtools lxqt
 
 CMAKE_ARGS+=	-DUSE_SYSTEM_QXT:BOOL=OFF
 


More information about the svn-ports-head mailing list