Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 May 2009 16:37:47 GMT
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/134430: cad/klayout: fix qt4 dependencies
Message-ID:  <200905101637.n4AGblKk015425@www.freebsd.org>
Resent-Message-ID: <200905101640.n4AGe2ra034452@freefall.freebsd.org>

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

>Number:         134430
>Category:       misc
>Synopsis:       cad/klayout: fix qt4 dependencies
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-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/cad/klayout/Makefile
===================================================================
RCS file: /home/pcvs/ports/cad/klayout/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- ports/cad/klayout/Makefile	25 Apr 2009 23:25:17 -0000	1.10
+++ ports/cad/klayout/Makefile	10 May 2009 15:14:44 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	klayout
 PORTVERSION=	0.17.2
+PORTREVISION=	1
 CATEGORIES=	cad
 MASTER_SITES=	http://www.klayout.de/
 
@@ -15,7 +16,7 @@
 
 USE_GMAKE=	yes
 USE_QT_VER=	4
-QT_COMPONENTS=	corelib gui network moc sql uic rcc qt3support xml
+QT_COMPONENTS=	corelib gui network moc_build sql uic_build rcc_build qt3support xml
 PLIST_FILES=	bin/klayout \
 		bin/strm2gds \
 		bin/strm2oas \


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



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