From owner-freebsd-questions@FreeBSD.ORG Sat Sep 20 11:39:39 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2512016A4B3 for ; Sat, 20 Sep 2003 11:39:39 -0700 (PDT) Received: from cableaz.com (mail.cableaz.com [66.218.238.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 7161B43FCB for ; Sat, 20 Sep 2003 11:39:38 -0700 (PDT) (envelope-from desertfox@cableaz.com) Received: (qmail 7258 invoked by uid 0); 20 Sep 2003 18:39:38 -0000 Received: from unknown (HELO CopperLeafAngel) (66.218.239.229) by 0 with SMTP; 20 Sep 2003 18:39:38 -0000 From: Erick Smith To: FreeBSD Questions Mailing List Date: Sat, 20 Sep 2003 11:39:35 -0700 User-Agent: KMail/1.5.4 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200309201139.35075.desertfox@cableaz.com> Subject: Newbie MAKE question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Sep 2003 18:39:39 -0000 This really is a ridiculous question, but I don't have the answer, so here = I=20 am. I'm trying to build qt in the ports tree using: portinstall -f x11-toolkits/qt32 What I WANT to do is specify WITHOUT_OPENGL as per the instructions: =3D=3D=3D> ************************************************** =3D=3D=3D> NOTE: Use of WITH_OPENGL is not recommended with =3D=3D=3D> the NVidia drivers provided by the x11/nvidia port =3D=3D=3D> If you use these drivers, we recommend you press =3D=3D=3D> Ctrl-C now and set WITHOUT_OPENGL =3D=3D=3D> ************************************************** =46rom the port itself. How do I do this? Thanks, Erick