From owner-freebsd-questions@FreeBSD.ORG Sat Sep 20 16:32:23 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 E673C16A4B3 for ; Sat, 20 Sep 2003 16:32:23 -0700 (PDT) Received: from mf1.bredband.net (mf1.bredband.net [195.54.106.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B74243FF3 for ; Sat, 20 Sep 2003 16:32:22 -0700 (PDT) (envelope-from peder.blom@bredband.net) Received: from Hecate.my.hell ([213.113.217.221]) by mf1.bredband.net with SMTP id <20030920233221.FSYR490.mf1@Hecate.my.hell>; Sun, 21 Sep 2003 01:32:21 +0200 Date: Sun, 21 Sep 2003 01:32:08 +0200 From: Peder Blom To: Erick Smith Message-Id: <20030921013208.0eb0e306.peder.blom@bredband.net> In-Reply-To: <200309201257.15741.desertfox@cableaz.com> References: <200309201139.35075.desertfox@cableaz.com> <200309201257.15741.desertfox@cableaz.com> X-Mailer: Sylpheed version 0.9.4 (GTK+ 1.2.10; i386-portbld-freebsd4.8) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: 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 23:32:24 -0000 On Sat, 20 Sep 2003 12:57:15 -0700 Erick Smith wrote: > the problem was that I sent the wrong switch to potinstall > > the command should be: > > portinstall -f x11-toolkits/qt32 -M WITHOUT_OPENGL=yes > Hint: if you use portinstall/portupgrade you can define make arguments in /usr/local/etc/pkgtools.conf instead of using the -M switch. This way you don't have to remember the arguments if you later use portupgrade to update the port.