Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Aug 2012 22:14:13 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r303351 - head/graphics/qxv
Message-ID:  <201208292214.q7TMEDvJ023792@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208292214.q7TMEDvJ023792>