Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jan 2017 13:37:49 +0000 (UTC)
From:      Olivier Duchateau <olivierd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r430638 - head/devel/liblxqt
Message-ID:  <201701051337.v05DbnSB005065@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701051337.v05DbnSB005065>