Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Sep 2002 01:47:32 +0200 (CEST)
From:      Tilman Linneweh <tilman@arved.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/42569: Fix build after GNOMENG mass commit x11-toolkits/vdk
Message-ID:  <200209082347.g88NlWSK018502@sauna.arved.de>

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

>Number:         42569
>Category:       ports
>Synopsis:       Fix build after GNOMENG mass commit x11-toolkits/vdk
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 08 16:50:05 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Tilman Linneweh
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
BSD Usergroup Austria
>Environment:
System: FreeBSD sauna.arved.de 4.6-STABLE FreeBSD 4.6-STABLE #0: Sun Jul 7 20:02:41 CEST 2002 tilman@sauna.arved.de:/usr/obj/usr/src/sys/SAUNA i386


	
>Description:
	GTK is always needed, noticed by bento
	GNOMELIBS dependency wanted by configure.in if WITH_GNOME
	
>How-To-Repeat:
	
>Fix:

	

--- vdk.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/x11-toolkits/vdk/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- Makefile	2 Sep 2002 03:58:22 -0000	1.12
+++ Makefile	8 Sep 2002 23:40:39 -0000
@@ -15,6 +15,7 @@
 
 USE_X_PREFIX=	yes
 USE_GNOMENG=	yes
+USE_GNOME=	gtk12
 WANT_GNOME=	yes
 USE_LIBTOOL=	yes
 INSTALLS_SHLIB=	yes
@@ -25,9 +26,9 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${HAVE_GNOME:Mgtk12}!=""
-USE_GNOME=	gtk12
-PKGNAMESUFFIX=	-gtk
+.if ${HAVE_GNOME:Mgnomelibs}!=""
+USE_GNOME=	gnomelibs
+PKGNAMESUFFIX=	-gnome
 CONFIGURE_ARGS+=	--enable-gnome
 .endif
 
--- vdk.diff ends here ---


>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?200209082347.g88NlWSK018502>