From owner-svn-ports-head@FreeBSD.ORG Fri Jul 26 01:23:09 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id D6370E74; Fri, 26 Jul 2013 01:23:09 +0000 (UTC) Date: Fri, 26 Jul 2013 01:23:09 +0000 From: Alexey Dokuchaev To: Pawel Pekala Subject: Re: svn commit: r323650 - in head/sysutils/fusefs-zip: . files Message-ID: <20130726012309.GA53090@FreeBSD.org> References: <201307251531.r6PFV3jV077526@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201307251531.r6PFV3jV077526@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Jul 2013 01:23:09 -0000 On Thu, Jul 25, 2013 at 03:31:03PM +0000, Pawel Pekala wrote: > New Revision: 323650 > URL: http://svnweb.freebsd.org/changeset/ports/323650 > > @@ -11,6 +11,7 @@ COMMENT= FUSE filesystem to mount ZIP ar > LICENSE= LGPL3 > > LIB_DEPENDS= zip:${PORTSDIR}/archivers/libzip > +BUILD_DEPENDS= libzip>=0.11.1:${PORTSDIR}/archivers/libzip Yuck, this is weird. LIB_DEPENDS supposed to ensure that library is available at build time. Why explicit BUILD_DEPENDS is needed here? Thanks, ./danfe