From owner-freebsd-questions Thu Nov 22 12:18:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lists.blarg.net (lists.blarg.net [206.124.128.17]) by hub.freebsd.org (Postfix) with ESMTP id 85F5A37B416 for ; Thu, 22 Nov 2001 12:18:39 -0800 (PST) Received: from thig.blarg.net (thig.blarg.net [206.124.128.18]) by lists.blarg.net (Postfix) with ESMTP id 2F3F7BD3F; Thu, 22 Nov 2001 12:18:39 -0800 (PST) Received: from localhost.localdomain ([206.124.139.115]) by thig.blarg.net (8.9.3/8.9.3) with ESMTP id MAA14528; Thu, 22 Nov 2001 12:18:38 -0800 Received: (from jojo@localhost) by localhost.localdomain (8.11.6/8.11.3) id fAMKGXL75594; Thu, 22 Nov 2001 12:16:33 -0800 (PST) (envelope-from swear@blarg.net) To: tyler spivey Cc: freebsd-questions@FreeBSD.ORG Subject: Re: question about installing emacs References: <20011122052705.CSDQ23924.femail32.sdc1.sfba.home.com@tspivey8> From: swear@blarg.net (Gary W. Swearingen) Date: 22 Nov 2001 12:16:31 -0800 In-Reply-To: <20011122052705.CSDQ23924.femail32.sdc1.sfba.home.com@tspivey8> Message-ID: Lines: 12 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tyler spivey writes: > in the Makefile it says > if defined(WITHOUT_X11) > .. etc > how ca i define that? I think you can put "WITHOUT_X11=t" in /etc/make.conf or do "make WITHOUT_X11=t" or in some shells, "WITHOUT_X11=t make" or just edit the Makefile. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message