svn commit: r303351 - head/graphics/qxv

Cy Schubert cy at FreeBSD.org
Wed Aug 29 22:14:14 UTC 2012


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 at 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}



More information about the svn-ports-all mailing list