svn commit: r305371 - head/audio/audex
Alberto Villa
avilla at FreeBSD.org
Sat Oct 6 15:25:10 UTC 2012
On Sat, Oct 6, 2012 at 4:52 PM, Eitan Adler <eadler at freebsd.org> wrote:
> -.if defined(WITHOUT_NLS)
> +.if !${PORT_OPTIONS:MNLS}
As far as I know, .if empty(PORT_OPTIONS:MNLS) is the recommended way
to achieve this (and it's much more readable, by the way).
--
Alberto Villa, FreeBSD committer <avilla at FreeBSD.org>
http://people.FreeBSD.org/~avilla
More information about the svn-ports-head
mailing list