Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  8 Apr 2004 23:02:11 +0200 (CEST)
From:      Koop Mast <kwm@rainbow-runner.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/65337: Xcdroast: update fix gtk20 dependencie
Message-ID:  <20040408210211.E57302103@rainbow-runner.nl>
Resent-Message-ID: <200404082110.i38LAIZR009907@freefall.freebsd.org>

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

>Number:         65337
>Category:       ports
>Synopsis:       Xcdroast: update fix gtk20 dependencie
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 08 14:10:18 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Koop Mast
>Release:        FreeBSD 5.2.1-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD prisma.rainbow-runner.nl 5.2.1-RELEASE-p3 FreeBSD 5.2.1-RELEASE-p3 #21: Thu Mar 18 10:47:31 CET 2004 root@prisma.rainbow-runner.nl:/usr/obj/usr/src/sys/UnderTheRainbow i386


	
>Description:
	Lose the LIB_DEPENDS on glib-2.0.200 and gtk-x11-2.0.200
	because USE_GNOME= gtk20 takes care of this (and its not valid anymore).

	
>How-To-Repeat:
	
>Fix:

	

--- xcdroast.diff begins here ---
diff -ruN xcdroast.orig/Makefile xcdroast/Makefile
--- xcdroast.orig/Makefile	Thu Apr  1 10:57:37 2004
+++ xcdroast/Makefile	Thu Apr  8 22:57:25 2004
@@ -39,8 +39,6 @@
 
 .if defined(WITH_GTK2)
 RUN_DEPENDS+=	pkg-config:${PORTSDIR}/devel/pkgconfig
-LIB_DEPENDS+=	glib-2.0.200:${PORTSDIR}/devel/glib20 \
-		gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20
 CONFIGURE_ARGS+=--enable-gtk2
 USE_GNOME=	gtk20
 .else
--- xcdroast.diff ends here ---


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



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