ports/134409: graphics/djview4: fix qt4 dependencies

Max Brazhnikov makc at FreeBSD.org
Sun May 10 09:10:02 UTC 2009


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



More information about the freebsd-ports-bugs mailing list