svn commit: r305415 - head/deskutils/orage

Baptiste Daroussin bapt at FreeBSD.org
Sat Oct 6 22:55:42 UTC 2012


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
> 
> Log:
>   Convert to OptionsNG
> 
> Modified:
>   head/deskutils/orage/Makefile
> 
>  .endif
> -.if !defined(WITH_ICAL)
> +.if ${PORT_OPTIONS:MICAL}

This one is wrong :)

Should have been .if empty(PORT_OPTIONS:MICAL)

regards,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20121007/dfe38896/attachment.sig>


More information about the svn-ports-all mailing list