Date: Sun, 7 Oct 2012 00:55:39 +0200 From: Baptiste Daroussin <bapt@FreeBSD.org> To: Eitan Adler <eadler@FreeBSD.org> Cc: svn-ports-head@FreeBSD.org, svn-ports-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: svn commit: r305415 - head/deskutils/orage Message-ID: <20121006225539.GF22164@ithaqua.etoilebsd.net> In-Reply-To: <201210062251.q96Mp3Ei057784@svn.freebsd.org> References: <201210062251.q96Mp3Ei057784@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--i3lJ51RuaGWuFYNw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Oct 06, 2012 at 10:51:03PM +0000, Eitan Adler wrote: > Author: eadler > Date: Sat Oct 6 22:51:03 2012 > New Revision: 305415 > URL: http://svn.freebsd.org/changeset/ports/305415 >=20 > Log: > Convert to OptionsNG >=20 > Modified: > head/deskutils/orage/Makefile >=20 > .endif > -.if !defined(WITH_ICAL) > +.if ${PORT_OPTIONS:MICAL} This one is wrong :) Should have been .if empty(PORT_OPTIONS:MICAL) regards, Bapt --i3lJ51RuaGWuFYNw Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlBwtusACgkQ8kTtMUmk6Exo9ACfev4NC/mpfCasyBIA8E5sa7U1 LnMAn2LvYel55Uv808WTEf7vdhp2Lw9E =O0rk -----END PGP SIGNATURE----- --i3lJ51RuaGWuFYNw--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121006225539.GF22164>