Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Aug 2012 16:46:28 GMT
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/171213: print/frescobaldi: remove needless dependence on kde-baseapps
Message-ID:  <201208311646.q7VGkSG3049107@red.freebsd.org>
Resent-Message-ID: <201208311650.q7VGo6EW043856@freefall.freebsd.org>

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

>Number:         171213
>Category:       misc
>Synopsis:       print/frescobaldi: remove needless dependence on kde-baseapps
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 31 16:50:06 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Max Brazhnikov
>Release:        
>Organization:
>Environment:
>Description:
Remove needless dependence on kde-baseapps
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: print/frescobaldi/Makefile
===================================================================
--- print/frescobaldi/Makefile	(revision 303386)
+++ print/frescobaldi/Makefile	(working copy)
@@ -7,7 +7,7 @@
 
 PORTNAME=	frescobaldi
 PORTVERSION=	1.2.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	print
 MASTER_SITES=	http://lilykde.googlecode.com/files/
 
@@ -18,7 +18,7 @@
 
 USE_GETTEXT=	yes
 INSTALLS_ICONS=	yes
-USE_KDE4=	baseapps kdeprefix kdelibs pykde4_build pykde4_run
+USE_KDE4=	kdeprefix kdelibs pykde4_build pykde4_run
 USE_CMAKE=	yes
 USE_GMAKE=	yes
 USE_PYTHON=	2.6+


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



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