From owner-freebsd-questions@FreeBSD.ORG Tue Oct 23 03:19:08 2007 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 3F68916A53C for ; Tue, 23 Oct 2007 03:19:08 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.freebsd.org (Postfix) with ESMTP id ACDED13C4A7 for ; Tue, 23 Oct 2007 03:19:07 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so3027820pyb for ; Mon, 22 Oct 2007 20:19:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=JOYiHnHlBceZ7seUx9ToVHi98gj01YNOzPv43yKHMrc=; b=NhkOnaGEh1cyOhvTckld8N1md0w70z6fM7GXYHvoxPthUu3EHYZItwE4ZCQYSianYzqSJhHixMpOddB4cIFyrTHTdBmOLBNI2RMaRrS6ldNC9Q1nR14IcnVsyxmoqHGpszqj8UeB4ZtFUc/n7WgDG/5g6bmdx76Ok9EsBgFtLjM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=pHgRbkX+tBiGS3h7pHu9uaFc6ziKAHtKi/5zwKT+gr0s+PIjjStpBndcPnWGZ1TrQbPMIaRHJFpLT5TUOust8eCFVyLzGhmJrSUTYGn8MILm4Dj0G0OKs/fEnDnPq/Y5q40lm96Vp/q8U+8T9tjAjuCb+btfxT2bYc5o8WPz3is= Received: by 10.35.87.10 with SMTP id p10mr6973261pyl.1193109539993; Mon, 22 Oct 2007 20:18:59 -0700 (PDT) Received: by 10.35.117.12 with HTTP; Mon, 22 Oct 2007 20:18:59 -0700 (PDT) Message-ID: <8cb6106e0710222018u6315c129y502d377fa91c6cac@mail.gmail.com> Date: Mon, 22 Oct 2007 23:18:59 -0400 From: "Josh Carroll" To: "Benjamin M. A'Lee" In-Reply-To: <20071022223239.GA2229@gilmour.subvert.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20071022223239.GA2229@gilmour.subvert.org.uk> Cc: freebsd-questions@freebsd.org Subject: Re: Per-port options in make.conf? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: josh.carroll@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Oct 2007 03:19:08 -0000 > Is there any way to specify options in make.conf on a per-port basis? Yes, something like this should work: .if ${.CURDIR:M*/portnamehere*} WITHOUT_X11=yes .endif Josh