Date: Mon, 25 Aug 2003 17:09:57 +1000 From: Edwin Groothuis <edwin@mavetju.org> To: Sergey Akifyev <asa@gascom.ru> Cc: questions@freebsd.org Subject: Re: How to ensure dependency is compiled with some flags? Message-ID: <20030825070957.GC571@k7.mavetju> In-Reply-To: <1061791009.32052.74.camel@asa.gascom.net.ru> References: <1061791009.32052.74.camel@asa.gascom.net.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Aug 25, 2003 at 09:56:49AM +0400, Sergey Akifyev wrote: > I'm porting one piece of software, which depends on PHP. > The problem is that PHP must be built with two options: > WITH_SOCKETS and WITH_SNMP. So, how do I force the port to pull PHP with > theese options? See ports/mail/imp3/MAkefile about line 180 where they do "${LDD} ${PHPSO}" on how you might want to do it. Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/weblog.php
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030825070957.GC571>