From owner-freebsd-ports@FreeBSD.ORG Fri Feb 2 17:27:03 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 95C3316A408 for ; Fri, 2 Feb 2007 17:27:03 +0000 (UTC) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68]) by mx1.freebsd.org (Postfix) with ESMTP id 6DA1513C4A3 for ; Fri, 2 Feb 2007 17:27:03 +0000 (UTC) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (localhost [127.0.0.1]) by xorpc.icir.org (8.12.11/8.13.6) with ESMTP id l12HR1NX097646; Fri, 2 Feb 2007 09:27:01 -0800 (PST) (envelope-from rizzo@xorpc.icir.org) Received: (from rizzo@localhost) by xorpc.icir.org (8.12.11/8.12.3/Submit) id l12HR1It097645; Fri, 2 Feb 2007 09:27:01 -0800 (PST) (envelope-from rizzo) Date: Fri, 2 Feb 2007 09:27:01 -0800 From: Luigi Rizzo To: ports@freebsd.org Message-ID: <20070202092701.A97555@xorpc.icir.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Cc: Subject: proper way to handle ports dependencies ? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Feb 2007 17:27:03 -0000 I have some ports (linux-gspca-kmod, linux-ov511-kmod, more in the future) which depend on linux-kmod-devel which in turn only works on i386 and 6.2 or above. Is it enough to put ONLY_FOR_ARCHS and .if ${OSVERSION} < ... just in the parent (linux-kmod-devel), or should i put it in all children too ? cheers luigi