看板 FB_bugs 關於我們 聯絡資訊
>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: _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org"