svn commit: r474379 - head/lang/mono

Jan Beich jbeich at FreeBSD.org
Wed Jul 11 02:14:58 UTC 2018


Mark Felder <feld at 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
 


More information about the svn-ports-all mailing list