Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 May 2009 16:43:45 GMT
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/134434: german/tipp10: fix qt4 dependencies
Message-ID:  <200905101643.n4AGhjjS028517@www.freebsd.org>
Resent-Message-ID: <200905101650.n4AGo8xW048388@freefall.freebsd.org>

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

>Number:         134434
>Category:       ports
>Synopsis:       german/tipp10: 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:08 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/german/tipp10/Makefile
===================================================================
RCS file: /home/pcvs/ports/german/tipp10/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- ports/german/tipp10/Makefile	24 Aug 2008 08:55:09 -0000	1.4
+++ ports/german/tipp10/Makefile	10 May 2009 15:37:22 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	tipp10
 PORTVERSION=	2.0.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	german
 MASTER_SITES=	http://www.tipp10.de/download/
 DISTNAME=	tipp10_source_v2-0-1
@@ -20,7 +20,8 @@
 
 USE_ZIP=	yes
 USE_QT_VER=	4
-QT_COMPONENTS=	qmake sql corelib network script qtestlib rcc uic moc gui
+QT_COMPONENTS=	gui sql corelib network script qtestlib \
+		qmake_build rcc_build uic_build moc_build
 WRKSRC=		${WRKDIR}/source
 
 do-configure:


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



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