From owner-freebsd-ports Thu Mar 15 5:39:29 2001 Delivered-To: freebsd-ports@freebsd.org Received: from iraun1.ira.uka.de (iraun1.ira.uka.de [129.13.10.90]) by hub.freebsd.org (Postfix) with ESMTP id 4F82937B718 for ; Thu, 15 Mar 2001 05:39:24 -0800 (PST) (envelope-from esk@ira.uka.de) Received: from i30nb2.ira.uka.de by iraun1 (PP) with ESMTP; Thu, 15 Mar 2001 14:34:36 +0100 Received: (from esk@localhost) by i30nb2.ira.uka.de (8.11.2/8.11.1) id f2FDYYr56340; Thu, 15 Mar 2001 14:34:34 +0100 (CET) (envelope-from esk) From: Espen Skoglund MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15024.50410.492227.323843@i30nb2.ira.uka.de> Date: Thu, 15 Mar 2001 14:34:34 +0100 (CET) To: Kaltashkin Eugene Cc: freebsd-ports@FreeBSD.ORG Subject: Re: xmms & gnome support In-Reply-To: <20010315115306.6df05498.zhecka@klondike.ru> References: <20010315115306.6df05498.zhecka@klondike.ru> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [Kaltashkin Eugene] > Hi ppls > some strange lines in Makefile for build xmms Maybe dear porters can > make comparing value of WANT_GNOME ? If i change "yes" to "no" make > always fetch unused libraries of gnome. Try it. Defined is not a > rigth way for compare status of variable. > WANT_GNOME= yes > .if defined(HAVE_GNOME) > USE_GNOME= yes > .else > CONFIGURE_ARGS= --without-gnome > .endif Uhm, if you were to disable Gnome support wouldn't you want to run make with -DWITHOUT_GNOME instead of changing the makefile? At least that's what Mk/bsd.gnome.mk tells you to do. eSk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message