Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Mar 2000 11:17:53 -0500 (EST)
From:      root@kot.ne.mediaone.net
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ume@FreeBSD.org
Subject:   ports/17568: sysutils/gkrellm needs to LIB_DEPEND on graphics/imlib
Message-ID:  <200003231617.LAA28053@rtfm.newton>

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

>Number:         17568
>Category:       ports
>Synopsis:       sysutils/gkrellm needs to LIB_DEPEND on graphics/imlib
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 23 08:20:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Charlie &
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
Virtual Estates, Inc.
>Environment:
>Description:

	See Synopsys...

	One can say, gtk12 does not even need to be listed directly,
	since imlib requires it, but I'd disagree -- gkrellm uses
	gtk itself...

>How-To-Repeat:

>Fix:

Something like this:

--- Makefile.orig	Tue Mar 21 18:01:18 2000
+++ Makefile	Thu Mar 23 11:02:40 2000
@@ -15,3 +15,4 @@
 
-LIB_DEPENDS=	gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
+LIB_DEPENDS=	gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
+		gdk_imlib:${PORTSDIR}/graphics/imlib
 

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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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