Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Feb 2018 10:14:14 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r462217 - head/x11/pcdm
Message-ID:  <201802181014.w1IAEEMl059187@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sun Feb 18 10:14:14 2018
New Revision: 462217
URL: https://svnweb.freebsd.org/changeset/ports/462217

Log:
  x11/pcdm add missing dependency on linguisttools_build
  
    /bin/sh: /usr/local/lib/qt5/bin/lrelease: not found
  
  Reported by:	antoine

Modified:
  head/x11/pcdm/Makefile

Modified: head/x11/pcdm/Makefile
==============================================================================
--- head/x11/pcdm/Makefile	Sun Feb 18 10:06:56 2018	(r462216)
+++ head/x11/pcdm/Makefile	Sun Feb 18 10:14:14 2018	(r462217)
@@ -21,7 +21,7 @@ CONFLICTS=	pcbsd-utils-qt*
 
 USES=		qmake
 USE_QT5=	core gui network svg multimedia imageformats \
-		buildtools_build x11extras concurrent
+		buildtools_build x11extras concurrent linguisttools_build
 USE_OPENRC_SUBR=pcdm
 
 USE_GITHUB=	yes



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