From c8209d97a254ec42c7bd1f493bbdf35d7020e8da Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Sun, 18 Feb 2018 10:14:14 +0000 Subject: [PATCH] x11/pcdm add missing dependency on linguisttools_build /bin/sh: /usr/local/lib/qt5/bin/lrelease: not found Reported by: antoine --- x11/pcdm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11/pcdm/Makefile b/x11/pcdm/Makefile index 7e28f0c62222..2b8e031a108d 100644 --- a/x11/pcdm/Makefile +++ b/x11/pcdm/Makefile @@ -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