From owner-freebsd-ports@FreeBSD.ORG Fri Feb 24 12:56:02 2012 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2DA721065670; Fri, 24 Feb 2012 12:56:02 +0000 (UTC) (envelope-from dennylin93@hs.ntnu.edu.tw) Received: from mail.hs.ntnu.edu.tw (mail.hs.ntnu.edu.tw [140.131.149.3]) by mx1.freebsd.org (Postfix) with ESMTP id E48EE8FC13; Fri, 24 Feb 2012 12:56:01 +0000 (UTC) Received: by mail.hs.ntnu.edu.tw (Postfix, from userid 58) id 574321C6443; Fri, 24 Feb 2012 20:36:03 +0800 (CST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mail.hs.ntnu.edu.tw X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.3.2 Received: from mail.hs.ntnu.edu.tw (localhost [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.hs.ntnu.edu.tw (Postfix) with ESMTPS id EBBAF1C643E; Fri, 24 Feb 2012 20:36:02 +0800 (CST) Received: (from dennylin93@localhost) by mail.hs.ntnu.edu.tw (8.14.5/8.14.5/Submit) id q1OCa2F2025911; Fri, 24 Feb 2012 20:36:02 +0800 (CST) (envelope-from dennylin93@hs.ntnu.edu.tw) X-Authentication-Warning: mail.hs.ntnu.edu.tw: dennylin93 set sender to dennylin93@hs.ntnu.edu.tw using -f Date: Fri, 24 Feb 2012 20:36:02 +0800 From: Denny Lin To: Michael Scheidell Message-ID: <20120224123602.GJ2855@mail.hs.ntnu.edu.tw> References: <4F477B33.5020506@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <4F477B33.5020506@FreeBSD.org> User-Agent: Mutt/1.4.2.3i Cc: ports@FreeBSD.org Subject: Re: how do you specify a minimum lib version? 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, 24 Feb 2012 12:56:02 -0000 On Fri, Feb 24, 2012 at 06:57:39AM -0500, Michael Scheidell wrote: > in LIB_DEPENDS > it won't take anything like: > > = boost_serialization>=.4 > > what if you needed a minimum version of the library? I think it should be like this: LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo -- Denny Lin