ports/134431: misc/qbrew: fix qt4 dependencies

Max Brazhnikov makc at FreeBSD.org
Sun May 10 16:40:03 UTC 2009


>Number:         134431
>Category:       ports
>Synopsis:       misc/qbrew: 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:40:02 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/misc/qbrew/Makefile
===================================================================
RCS file: /home/pcvs/ports/misc/qbrew/Makefile,v
retrieving revision 1.18
diff -u -r1.18 Makefile
--- ports/misc/qbrew/Makefile	6 Jun 2008 13:45:36 -0000	1.18
+++ ports/misc/qbrew/Makefile	10 May 2009 15:42:03 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	qbrew
 PORTVERSION=	0.4.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	misc
 MASTER_SITES=	http://www.usermode.org/code/
 
@@ -15,7 +15,7 @@
 COMMENT=	A homebrewer's recipe calculator
 
 USE_QT_VER=	4
-QT_COMPONENTS=	qmake moc uic rcc xml gui
+QT_COMPONENTS=	qmake_build moc_build uic_build rcc_build xml gui
 PORTDOCS=	*
 HAS_CONFIGURE=	yes
 


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



More information about the freebsd-ports-bugs mailing list