From owner-freebsd-questions@FreeBSD.ORG Sat Apr 26 22:04:49 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB518106566C for ; Sat, 26 Apr 2008 22:04:49 +0000 (UTC) (envelope-from gpeel@thenetnow.com) Received: from thenetnow.com (thenetnow.com [69.90.69.141]) by mx1.freebsd.org (Postfix) with ESMTP id 9684A8FC14 for ; Sat, 26 Apr 2008 22:04:49 +0000 (UTC) (envelope-from gpeel@thenetnow.com) Received: from hpeel.ody.ca ([216.240.12.2] helo=GRANT) by constellation.thenetnow.com with esmtpa (Exim 4.63 (FreeBSD)) (envelope-from ) id 1Jpra5-0002nW-U9 for freebsd-questions@freebsd.org; Sat, 26 Apr 2008 17:05:14 -0400 Message-ID: <000b01c8a7e1$39c74520$6501a8c0@GRANT> From: "Grant Peel" To: Date: Sat, 26 Apr 2008 16:40:58 -0400 Organization: The Net Now MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 Subject: Ports Question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Grant Peel List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2008 22:04:49 -0000 Hi all, What is the proper method to pass configure arguments when installing a port? example, I am trying to build exim with mysql and spf support make -D "WITH_SPF=YES" -D "WITH_MYSQL=YES" Please help, been struggling with this for what seems like forever..... -Grant