Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 May 2009 09:03:12 GMT
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/134409: graphics/djview4: fix qt4 dependencies
Message-ID:  <200905100903.n4A93C6C098918@www.freebsd.org>
Resent-Message-ID: <200905100910.n4A9A12g017681@freefall.freebsd.org>

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

>Number:         134409
>Category:       ports
>Synopsis:       graphics/djview4: 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 10 09:10:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Max Brazhnikov
>Release:        7.2-PRERELEASE
>Organization:
>Environment:
FreeBSD luna.dio.ru 7.2-PRERELEASE FreeBSD 7.2-PRERELEASE #3: Thu Apr 23 16:17:15 MSD 2009     makc@luna.dio.ru:/usr/obj/usr/freebsd/7/src/sys/LUNA  i386
>Description:
qmake and friends are required for build only, so remove them from run dependencies.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: graphics/djview4/Makefile
===================================================================
RCS file: /home/pcvs/ports/graphics/djview4/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- graphics/djview4/Makefile	10 Jan 2009 02:45:38 -0000	1.12
+++ graphics/djview4/Makefile	10 May 2009 08:52:55 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	djview
 PORTVERSION=	4.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	SF/djvu
 DISTNAME=	${PORTNAME}4-${PORTVERSION}
@@ -20,7 +20,7 @@
 GNU_CONFIGURE=	yes
 USE_GNOME=	pkgconfig gnometarget
 USE_QT_VER=	4
-QT_COMPONENTS=	gui network rcc uic moc qmake
+QT_COMPONENTS=	gui network rcc_build uic_build moc_build qmake_build
 QT_NONSTANDARD=	yes
 CONFIGURE_ENV=	QMAKE="${LOCALBASE}/bin/qmake-qt4" \
 		QMAKESPEC="${QMAKESPEC}" \


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



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