Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 May 2009 16:34:30 GMT
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/134427: sysutils/bacula-bat: fix qt4 dependencies
Message-ID:  <200905101634.n4AGYUdN015177@www.freebsd.org>
Resent-Message-ID: <200905101640.n4AGe1ru034378@freefall.freebsd.org>

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

>Number:         134427
>Category:       ports
>Synopsis:       sysutils/bacula-bat: 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/sysutils/bacula-bat/Makefile
===================================================================
RCS file: /home/pcvs/ports/sysutils/bacula-bat/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- ports/sysutils/bacula-bat/Makefile	20 Apr 2009 16:47:58 -0000	1.7
+++ ports/sysutils/bacula-bat/Makefile	10 May 2009 16:14:51 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	bacula
-PORTREVISION=	1
+PORTREVISION=	2
 PKGNAMESUFFIX=	-bat
 
 COMMENT=	The network backup solution (GUI)
@@ -14,7 +14,7 @@
 LIB_DEPENDS+=	qwt.5:${PORTSDIR}/x11-toolkits/qwt5
 
 USE_QT_VER=	4
-QT_COMPONENTS=	qmake uic moc rcc
+QT_COMPONENTS=	qmake_build uic_build moc_build rcc_build
 WITH_BAT=	yes
 
 MAN1=		bat.1


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



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