diff options
author | tcberner <tcberner@FreeBSD.org> | 2018-02-18 18:14:14 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2018-02-18 18:14:14 +0800 |
commit | 752666bd2d41b32c3b163f69ca97e4fa91a5eba6 (patch) | |
tree | 814d4bd70883a385ff370ad5539cbb693ad53246 /x11 | |
parent | 4b7c7fe514bbef076f0e3c96e4340c6e9164b768 (diff) | |
download | freebsd-ports-graphics-752666bd2d41b32c3b163f69ca97e4fa91a5eba6.tar.gz freebsd-ports-graphics-752666bd2d41b32c3b163f69ca97e4fa91a5eba6.tar.zst freebsd-ports-graphics-752666bd2d41b32c3b163f69ca97e4fa91a5eba6.zip |
x11/pcdm add missing dependency on linguisttools_build
/bin/sh: /usr/local/lib/qt5/bin/lrelease: not found
Reported by: antoine
Diffstat (limited to 'x11')
-rw-r--r-- | x11/pcdm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/pcdm/Makefile b/x11/pcdm/Makefile index 7e28f0c6222..2b8e031a108 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 |