Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 May 2009 18:53:43 GMT
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/134438: security/xca: fix qt4 dependencies
Message-ID:  <200905101853.n4AIrht7050029@www.freebsd.org>
Resent-Message-ID: <200905101900.n4AJ09Gv025742@freefall.freebsd.org>

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

>Number:         134438
>Category:       ports
>Synopsis:       security/xca: 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 19:00:09 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/security/xca/Makefile
===================================================================
RCS file: /home/pcvs/ports/security/xca/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- ports/security/xca/Makefile	4 Aug 2008 23:33:44 -0000	1.16
+++ ports/security/xca/Makefile	10 May 2009 16:07:20 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	xca
 PORTVERSION=	0.6.4
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	SF
 
@@ -16,7 +17,7 @@
 USE_GMAKE=	yes
 USE_OPENSSL=	yes
 USE_QT_VER=	4
-QT_COMPONENTS=	gui moc uic qmake rcc linguist
+QT_COMPONENTS=	gui moc_build uic_build qmake_build rcc_build linguist_build
 CC?=		gcc
 CXX?=		g++
 


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



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