Date: Wed, 11 Jul 2018 04:14:54 +0200 From: Jan Beich <jbeich@FreeBSD.org> To: Mark Felder <feld@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r474379 - head/lang/mono Message-ID: <h8l6-h61t-wny@FreeBSD.org> In-Reply-To: <201807101613.w6AGD2CT056891@repo.freebsd.org> (Mark Felder's message of "Tue, 10 Jul 2018 16:13:02 %2B0000 (UTC)") References: <201807101613.w6AGD2CT056891@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Mark Felder <feld@FreeBSD.org> writes: > +NLS_USES= gettext Would NLS=off work if gettext is already installed? Index: lang/mono/Makefile =================================================================== --- lang/mono/Makefile (revision 474419) +++ lang/mono/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= mono PORTVERSION= 5.10.1.47 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= lang MASTER_SITES= https://download.mono-project.com/sources/mono/ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} @@ -35,6 +35,7 @@ MONOLITE_MASTER_SITES= http://download.mono-projec MONOLITE_VERSION= 1051000004 NLS_USES= gettext +NLS_CONFIGURE_ENABLE= nls X11_USES= display:test
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?h8l6-h61t-wny>