On Wed, Nov 17, 2010 at 9:51 AM, Alberto Villa <[email protected]> wrote: > On Wed, Nov 17, 2010 at 1:49 PM, Jeremy Messenger > <[email protected]> wrote: >> QT/KDE folks, let me know if I didn't do it right with QT stuff in the >> Makefile. I think it's my first time to do QT stuff in the Makefile, >> but I don't remember. :-) > > almost any qt4 port requires these qt components: > moc_build qmake_build rcc_build uic_build > maybe start adding qmake_build to fix the error reported by qat, and
Doh, I forgot to add it when I removed qmake from BUILD_DEPENDS after learned about _build prefix in the porter handbook. Thanks. The reason why I added BUILD_DEPENDS is that I didn't know about the _build prefix and I don't want qmake to be in the runtime dependency. I have no knowledge of rcc and uic. It looks like it doesn't use those, so moc too but I could be wrong. :-) Cheers, Mezz > then add the others if it keeps failing (probably) > -- > Alberto Villa, FreeBSD committer <[email protected]> > http://people.FreeBSD.org/~avilla -- [email protected] - [email protected] FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - [email protected] _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[email protected]"
