svn commit: r316474 - head/audio/kaudiocreator

Jason Helfman jgh at FreeBSD.org
Wed Apr 24 22:56:43 UTC 2013


On Wed, Apr 24, 2013 at 12:34 PM, David Naylor <dbn at freebsd.org> Author: dbn
>
>
> +OPTIONS_DEFINE=        NLS
> +
> +.include <bsd.port.options.mk>
> +
> +.if ${PORT_OPTIONS:MNLS}
> +USE_GETTEXT=   yes
> +PLIST_SUB+=    NLS=""
> +.else
> +PLIST_SUB+=    NLS="@comment "
> +
>

GETTEXT has been converted to USES framework.

For here, you can use:

USES+= gettext
in favor of
USE_GETTEXT = yes

-jgh

--
Jason Helfman          | FreeBSD Committer
jgh at FreeBSD.org     | http://people.freebsd.org/~jgh  | The Power to Serve


More information about the svn-ports-head mailing list