Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Sep 2010 18:52:16 GMT
From:      Anatoly Borodin <anatoly.borodin@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/150358: [patch] graphics/kphotoalbum-kde4 : fix LIB_DEPENDS
Message-ID:  <201009071852.o87IqG9K073146@www.freebsd.org>
Resent-Message-ID: <201009071900.o87J0CtJ022822@freefall.freebsd.org>

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

>Number:         150358
>Category:       ports
>Synopsis:       [patch] graphics/kphotoalbum-kde4 : fix LIB_DEPENDS
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 07 19:00:12 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Anatoly Borodin
>Release:        
>Organization:
>Environment:
>Description:
astro/marble has been updated recently: marblewidget.5 -> marblewidget.10
>How-To-Repeat:

>Fix:
Apply the patch.

Patch attached with submission follows:

>From 2da45e17eb00111ddf6b62030cf3ecc162a669a8 Mon Sep 17 00:00:00 2001
From: Anatoly Borodin <anatoly.borodin@gmail.com>
Date: Sun, 5 Sep 2010 18:56:25 +0200
Subject: [PATCH 1/2] TBC: graphics/kphotoalbum-kde4: fix LIB_DEPENDS

---
 graphics/kphotoalbum-kde4/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git graphics/kphotoalbum-kde4/Makefile graphics/kphotoalbum-kde4/Makefile
index 214f2b2..ef83b6d 100644
--- graphics/kphotoalbum-kde4/Makefile
+++ graphics/kphotoalbum-kde4/Makefile
@@ -35,7 +35,7 @@ OPTIONS=	MARBLE "Geolocation support (requires astro/marble)" off
 .include <bsd.port.options.mk>
 
 .if defined(WITH_MARBLE)
-LIB_DEPENDS+=	marblewidget.5:${PORTSDIR}/astro/marble
+LIB_DEPENDS+=	marblewidget.10:${PORTSDIR}/astro/marble
 .endif
 
 pre-configure:
-- 
1.7.2.2



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



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