svn commit: r462217 - head/x11/pcdm

Tobias C. Berner tcberner at FreeBSD.org
Sun Feb 18 10:14:14 UTC 2018


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


More information about the svn-ports-head mailing list