Date: Thu, 12 Jun 2003 15:24:21 +0200 From: Piero <piero@poprostu.pl> To: freebsd-gnome@freebsd.org Subject: Re: FreeBSD Port: evolution-1.4.0 Message-ID: <20030612152421.7cff1a49.piero@poprostu.pl> In-Reply-To: <200306121350.17514.computer.officer@divinity.cam.ac.uk> References: <200306121350.17514.computer.officer@divinity.cam.ac.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
W li=B6cie otrzymanym Thu, 12 Jun 2003 13:50:17 +0100 od Dave Goode <computer.officer@divinity.cam.ac.uk> : > I get the following. How did you manage to build this version? Is > there a knob to compile without the pilot stuff (which I don't want > anyway)? Also, note the disparity between versions reported in the > configure output and the error message at the end. It's a good practice to read the Makefile before building port. From the evo Makefile: .if !defined(WITHOUT_PILOT) LIB_DEPENDS+=3D gpilotdconduit.2:${PORTSDIR}/palm/gnomepilot2 .endif You can make this pemanent if you add line: WITHOUT_PILOT=3Dyes to your /etc/make.conf (remember it may affect other ports too - but if you don't need it anyway, that's OK), otherwise just=20 # make -DWITHOUT_PILOT install --- Piero piero@poprostu.pl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030612152421.7cff1a49.piero>