svn commit: r501351 - head/sysutils/bareos-traymonitor

Max Brazhnikov makc at freebsd.org
Mon May 13 13:33:12 UTC 2019


Hi Jose,

On Sun, 12 May 2019 at 03:55, Jose Alonso Cardenas Marquez
<acm at freebsd.org> wrote:
>
> Author: acm
> Date: Sun May 12 00:55:13 2019
> New Revision: 501351
> URL: https://svnweb.freebsd.org/changeset/ports/501351
>
> Log:
>   - Fix build
>
>   Reported by:  pkg-fallout
>
> Modified:
>   head/sysutils/bareos-traymonitor/Makefile
>
> Modified: head/sysutils/bareos-traymonitor/Makefile
> ==============================================================================
> --- head/sysutils/bareos-traymonitor/Makefile   Sun May 12 00:42:15 2019        (r501350)
> +++ head/sysutils/bareos-traymonitor/Makefile   Sun May 12 00:55:13 2019        (r501351)
> @@ -12,7 +12,7 @@ LIB_DEPENDS+= libqwt5-qt5.so:x11-toolkits/qwt5-qt5 \
>  CONFLICTS=     bacula*-bat-* bareos16-traymonitor-*
>
>  USES=          pkgconfig gettext-runtime desktop-file-utils qt:5
> -USE_QT5=               qmake_build uic_build moc_build rcc_build gui corelib
> +USE_QT=                buildtools qmake uitools gui core

You can use _build suffix for Qt components, e.g. buildtools_build,
qmake_build, and uitools_build to avoid needless runtime dependencies.

Cheers,
Max


More information about the svn-ports-head mailing list