svn commit: r430638 - head/devel/liblxqt

Olivier Duchateau olivierd at FreeBSD.org
Thu Jan 5 13:37:51 UTC 2017


Author: olivierd
Date: Thu Jan  5 13:37:49 2017
New Revision: 430638
URL: https://svnweb.freebsd.org/changeset/ports/430638

Log:
  Fix missing dependency
  
  Reported by:	pkg-fallout
  MFH:		2017Q1

Modified:
  head/devel/liblxqt/Makefile

Modified: head/devel/liblxqt/Makefile
==============================================================================
--- head/devel/liblxqt/Makefile	Thu Jan  5 13:16:36 2017	(r430637)
+++ head/devel/liblxqt/Makefile	Thu Jan  5 13:37:49 2017	(r430638)
@@ -16,7 +16,7 @@ USES=	cmake:outsource compiler:c++11-lib
 USE_QT5=	buildtools_build qmake_build dbus core gui linguisttools \
 	svg widgets x11extras xml
 USE_KDE=	windowsystem
-USE_LXQT=	qtxdg
+USE_LXQT=	buildtools qtxdg
 USE_XORG=	x11 xscrnsaver
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list