graphics/qxv build depends on moc, uic and rcc. this should be corrected in the Makefile. How-To-Repeat: remove qt4-moc, qt4-uic and qt4-rcc if installed, then try to build the port.
Responsible Changed From-To: freebsd-ports-bugs->cy Over to maintainer (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed Comitted. Thanks.
Author: cy Date: Wed Aug 29 22:14:13 2012 New Revision: 303351 URL: http://svn.freebsd.org/changeset/ports/303351 Log: Fix dependencies. PR: 171175 Submitted by: Stefan Grundmann <sg2342@googlemail.com> Modified: head/graphics/qxv/Makefile Modified: head/graphics/qxv/Makefile ============================================================================== --- head/graphics/qxv/Makefile Wed Aug 29 21:20:32 2012 (r303350) +++ head/graphics/qxv/Makefile Wed Aug 29 22:14:13 2012 (r303351) @@ -7,6 +7,7 @@ PORTNAME= qxv PORTVERSION= 0.2 +PORTREVISION= 1 CATEGORIES+= graphics MASTER_SITES= http://labs.freehackers.org/attachments/download/422/ @@ -30,7 +31,8 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/ USE_BZIP2= yes USE_XORG= sm xrender xext x11 xau xdmcp ice -USE_QT4= corelib gui qmake_build +USE_QT4= corelib gui qmake_build moc_build uic_build rcc_build +MAKE_JOBS_UNSAFE= yes HAS_CONFIGURE= yes PLIST_FILES= bin/${PORTNAME} _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"