svn commit: r343127 - head/net-p2p/litecoin

Max Brazhnikov makc at freebsd.org
Thu Feb 6 21:02:26 UTC 2014


On Thu, 06 Feb 2014 17:36:39 +0000Thu Feb  6 17:36:38 2014 Steve Wills wrote:
> -.if ${PORT_OPTIONS:MGUI} && !defined(WITHOUT_X11)
> +.if ${PORT_OPTIONS:MX11}
>  USE_QT4=       qmake_build linguist uic moc rcc

You can safely add _build suffix for uic, moc, and rcc. linquist is
only used for translations, so it can be suffixed too, but then USE_QT4
must be populated with runtime dependencies.

Max


More information about the svn-ports-head mailing list