Date: Thu, 7 Jul 2011 12:51:30 +0400 From: Max Brazhnikov <makc@freebsd.org> To: Stefan Esser <se@freebsd.org> Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/multimedia/dvbcut Makefile Message-ID: <201107071251.30516.makc@freebsd.org> In-Reply-To: <201107070753.p677rKXm009465@repoman.freebsd.org> References: <201107070753.p677rKXm009465@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 7 Jul 2011 07:53:20 +0000 (UTC), Stefan Esser wrote: > se 2011-07-07 07:53:20 UTC > > FreeBSD ports repository (src committer) > > Modified files: > multimedia/dvbcut Makefile > Log: > Another attempt to finally get the Qt4 build dependencies right: > Add build dependency on rcc, even though there are no .rcc files. > and I did not see rcc actually being used during the compilation. that's a drawback in cmake: it can't find Qt4 until the minimum set of Qt4 build tools is installed (moc, qmake, rcc, uic).
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107071251.30516.makc>