Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 May 2009 16:36:00 GMT
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/134428: deskutils/fbreader: fix qt4 dependencies
Message-ID:  <200905101636.n4AGa0B7015344@www.freebsd.org>
Resent-Message-ID: <200905101640.n4AGe11H034391@freefall.freebsd.org>

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

>Number:         134428
>Category:       ports
>Synopsis:       deskutils/fbreader: 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:01 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/deskutils/fbreader/Makefile
===================================================================
RCS file: /home/pcvs/ports/deskutils/fbreader/Makefile,v
retrieving revision 1.31
diff -u -r1.31 Makefile
--- ports/deskutils/fbreader/Makefile	3 May 2009 11:36:13 -0000	1.31
+++ ports/deskutils/fbreader/Makefile	10 May 2009 15:25:58 -0000
@@ -8,6 +8,7 @@
 PORTNAME=	fbreader
 PORTVERSION=	0.10.7
 DISTVERSIONPREFIX=	sources-
+PORTREVISION=	1
 CATEGORIES=	deskutils
 MASTER_SITES=	http://www.fbreader.org/
 EXTRACT_SUFX=	.tgz
@@ -26,7 +27,7 @@
 .else
 UI=		qt4
 USE_QT_VER=	4
-QT_COMPONENTS=	gui corelib moc
+QT_COMPONENTS=	gui corelib moc_build
 LDFLAGS+=	-L${QT_LIBDIR}
 .endif
 


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



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