Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Sep 2002 15:59:47 +0200 (CEST)
From:      Tilman Linneweh <tilman@arved.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jim@FreeBSD.org
Subject:   ports/42605: Fix Build after GNOMENG mass commit: deskutils/gaddr
Message-ID:  <200209091359.g89Dxl4O040887@tl.kom.tuwien.ac.at>

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

>Number:         42605
>Category:       ports
>Synopsis:       Fix Build after GNOMENG mass commit: deskutils/gaddr
>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:   Mon Sep 09 11:30:03 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Tilman Linneweh
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
Vienna University of Technology
>Environment:
System: FreeBSD tl.kom.tuwien.ac.at 4.6-STABLE FreeBSD 4.6-STABLE #0: Wed Jul 24 15:50:09 CEST 2002 root@tl.kom.tuwien.ac.at:/usr/obj/usr/src/sys/MYKERNEL i386


	
>Description:
	Yet another port that was broken....
	
>How-To-Repeat:
	
>Fix:

	

--- gaddr.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/deskutils/gaddr/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile	30 Aug 2002 13:21:13 -0000	1.10
+++ Makefile	9 Sep 2002 13:57:10 -0000
@@ -16,11 +16,12 @@
 GNU_CONFIGURE=	yes
 USE_GNOMENG=	yes
 WANT_GNOME=	yes
+USE_GNOME+=	gtk12
 
 .include <bsd.port.pre.mk>
 
 .if ${HAVE_GNOME:Mgnomelibs}!=""
-USE_GNOME=	gtk12
+USE_GNOME+=	gnomelibs
 CONFIGURE_ARGS+= --enable-gnome
 .endif
 
--- gaddr.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?200209091359.g89Dxl4O040887>