diff options
author | Mark Felder <feld@FreeBSD.org> | 2018-07-15 13:38:35 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2018-07-15 13:38:35 +0000 |
commit | cc3c987efeec30e83d2b3906860bc7c5316eed28 (patch) | |
tree | 57974b8d35f735a1cc5bfad11c32f980c405bd6d /lang/mono | |
parent | 5c3c2e0ef170e7e63149541b50aae880abb8579f (diff) | |
download | freebsd-ports-cc3c987efeec30e83d2b3906860bc7c5316eed28.zip |
lang/mono: Ensure NLS does not leak into the build if disabled but
gettext is installed
Reported by: jbeich
MFH: 2018Q3
Diffstat (limited to 'lang/mono')
-rw-r--r-- | lang/mono/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile index e1740d2b8458..d6f72e671816 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -3,7 +3,7 @@ PORTNAME= mono PORTVERSION= 5.10.1.47 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= lang MASTER_SITES= https://download.mono-project.com/sources/mono/ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} @@ -34,6 +34,7 @@ MONOLITE_DISTFILES= monolite-linux-${MONOLITE_VERSION}-latest.tar.gz:monolite MONOLITE_MASTER_SITES= http://download.mono-project.com/monolite/:monolite MONOLITE_VERSION= 1051000004 +NLS_CONFIGURE_OFF= --disable-nls NLS_USES= gettext X11_USES= display:test |