ports/134899: net-p2p/valknut: fix qt4 dependencies

Max Brazhnikov makc at FreeBSD.org
Sun May 24 09:50:07 UTC 2009


>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 at 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:



More information about the freebsd-ports-bugs mailing list