Date: Sun, 24 May 2009 09:44:36 GMT From: Max Brazhnikov <makc@FreeBSD.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/134899: net-p2p/valknut: fix qt4 dependencies Message-ID: <200905240944.n4O9iaRb029515@www.freebsd.org> Resent-Message-ID: <200905240950.n4O9o6k2005292@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 134899 >Category: ports >Synopsis: net-p2p/valknut: 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:06 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: net-p2p/valknut/Makefile =================================================================== RCS file: /home/pcvs/ports/net-p2p/valknut/Makefile,v retrieving revision 1.44 diff -u -r1.44 Makefile --- net-p2p/valknut/Makefile 16 Mar 2009 18:32:50 -0000 1.44 +++ net-p2p/valknut/Makefile 23 May 2009 17:46:43 -0000 @@ -9,6 +9,7 @@ PORTNAME= valknut PORTVERSION= 0.4.9 +PORTREVISION= 1 CATEGORIES= net-p2p MASTER_SITES= SF MASTER_SITE_SUBDIR= wxdcgui @@ -25,7 +26,8 @@ MAN1= valknut.1 USE_QT_VER= 4 -QT_COMPONENTS= corelib gui network qt3support moc uic rcc linguist +QT_COMPONENTS= corelib gui network qt3support \ + moc_build uic_build rcc_build linguist_build USE_BZIP2= yes USE_GMAKE= yes USE_PERL5_BUILD=yes >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905240944.n4O9iaRb029515>