From owner-freebsd-questions@FreeBSD.ORG Tue Sep 23 05:54:48 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 55F1C16A4B3 for ; Tue, 23 Sep 2003 05:54:48 -0700 (PDT) Received: from mail-da-5.dns-solutions.net (mail-da-5.dns-solutions.net [69.12.118.4]) by mx1.FreeBSD.org (Postfix) with SMTP id 2F31643FBF for ; Tue, 23 Sep 2003 05:54:47 -0700 (PDT) (envelope-from michael@vcommunities.net) Received: (qmail 83676 invoked from network); 23 Sep 2003 12:55:23 -0000 Received: from unknown (HELO tabby) (mvondung@vcommunities.net@62.158.60.57) by mail-da-5.dns-solutions.net - 62.158.60.57 with SMTP; 23 Sep 2003 12:55:23 -0000 From: "Michael Vondung" To: Date: Tue, 23 Sep 2003 14:54:40 +0200 Message-ID: <000201c381d1$dc82bf50$0200a8c0@tabby> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal Subject: Simple 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: Tue, 23 Sep 2003 12:54:48 -0000 This is one of those questions that label me as a complete neophyte, = but, how does one specify a paramter for the Make tool? When trying to "make install" the port of the Qt version of licq (net/licq-qt-gui), a message said that I could compile this port with = KDE support by defining WITH_KDE. I've tried this with "make WITH_KDE = install", "make -WITH_KDE install" and "make -WITH_KDE=3Dyes install", but none of = these worked. How can I achieve this? Thanks!