ports/134432: devel/qprog: fix qt4 dependencies

Max Brazhnikov makc at FreeBSD.org
Sun May 10 16:50:08 UTC 2009


>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:



More information about the freebsd-ports-bugs mailing list