Date: Sun, 10 May 2009 16:39:20 GMT From: Max Brazhnikov <makc@FreeBSD.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/134431: misc/qbrew: fix qt4 dependencies Message-ID: <200905101639.n4AGdKIa015592@www.freebsd.org> Resent-Message-ID: <200905101640.n4AGe2Z0034465@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905101639.n4AGdKIa015592>