svn commit: r338284 - head/comms/gnocky

Alexey Dokuchaev danfe at FreeBSD.org
Thu Jan 9 11:03:11 UTC 2014


On Tue, Dec 31, 2013 at 12:27:58PM +0000, Antoine Brodin wrote:
> New Revision: 338284
> URL: http://svnweb.freebsd.org/changeset/ports/338284
> 
> -.if ${PORT_OPTIONS:MNLS}
> -USES+=		gettext
> -PLIST_SUB+=	NLS=""
> -.else
> -CONFIGURE_ARGS+=	--disable-nls
> -PLIST_SUB+=	NLS="@comment "
> -.endif
> +OPTIONS_SUB=	yes
> +NLS_USES=	gettext
> +NLS_CONFIGURE_ENABLE=	nls

Why not just NLS_CONFIGURE_OFF= --disable-nls?  It looks like NLS support is
on by default, and NLS_CONFIGURE_OFF saves passing explicit --enable-nls to
the args (thus making them shorter).

./danfe


More information about the svn-ports-all mailing list