Date: Sun, 24 May 2009 09:40:00 GMT From: Max Brazhnikov <makc@FreeBSD.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/134895: editors/yzis: fix qt4 dependencies Message-ID: <200905240940.n4O9e0a5017324@www.freebsd.org> Resent-Message-ID: <200905240950.n4O9o1aZ005166@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 134895 >Category: ports >Synopsis: editors/yzis: 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 24 09:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Max Brazhnikov >Release: FreeBSD 7.2-STABLE i386 >Organization: >Environment: FreeBSD luna.dio.ru 7.2-STABLE FreeBSD 7.2-STABLE #4: Sun May 10 13:08:58 MSD 2009 root@luna.dio.ru:/usr/obj/usr/freebsd/7/src/sys/LUNA i386 >Description: Remove qt4 build tools from run dependencies. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: editors/yzis/Makefile =================================================================== RCS file: /home/pcvs/ports/editors/yzis/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- editors/yzis/Makefile 30 Apr 2009 13:42:10 -0000 1.5 +++ editors/yzis/Makefile 23 May 2009 15:48:08 -0000 @@ -7,6 +7,7 @@ PORTNAME= yzis PORTVERSION= 1.0.a.1 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= http://labs.freehackers.org/attachments/download/45/ \ http://contribs.martymac.com/FreeBSD-ports/distfiles/ @@ -21,7 +22,7 @@ USE_LUA= 5.1 LUA_COMPS= lua USE_QT_VER= 4 -QT_COMPONENTS= qtestlib qmake rcc uic moc gui xml +QT_COMPONENTS= qtestlib qmake_build rcc_build uic_build moc_build gui xml USE_PERL5= yes USE_CMAKE= yes >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905240940.n4O9e0a5017324>