Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 May 2009 16:40:52 GMT
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/134432: devel/qprog: fix qt4 dependencies
Message-ID:  <200905101640.n4AGeq4n021359@www.freebsd.org>
Resent-Message-ID: <200905101650.n4AGo8fv048281@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         134432
>Category:       ports
>Synopsis:       devel/qprog: fix qt4 dependencies
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 10 16:50:07 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Max Brazhnikov
>Release:        7.2-STABLE
>Organization:
>Environment:
>Description:
remove qt4 build tools from run dependencies.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: ports/devel/qprog/Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/qprog/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- ports/devel/qprog/Makefile	6 Jun 2008 13:21:48 -0000	1.2
+++ ports/devel/qprog/Makefile	10 May 2009 15:28:07 -0000
@@ -6,7 +6,7 @@
 
 PORTNAME=	qprog
 PORTVERSION=	0.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	http://bfoz.net/projects/${PORTNAME}/release/
 DISTNAME=	QProg_${PORTVERSION}
@@ -16,7 +16,7 @@
 COMMENT=	Cross-platform software for the DIY line of PIC programmers
 
 USE_QT_VER=	4
-QT_COMPONENTS=	qmake moc gui network
+QT_COMPONENTS=	qmake_build moc_build gui network
 
 WRKSRC=		${WRKDIR}/QProg
 


>Release-Note:
>Audit-Trail:
>Unformatted:



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