diff options
author | feld <feld@FreeBSD.org> | 2018-07-15 21:38:35 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2018-07-15 21:38:35 +0800 |
commit | 470f084b0c9b80d1265a0386a88c0dc9e8828d20 (patch) | |
tree | 57974b8d35f735a1cc5bfad11c32f980c405bd6d /lang | |
parent | e40655cd3cf8d5cfe81622e2659af43810d106a6 (diff) | |
download | freebsd-ports-gnome-470f084b0c9b80d1265a0386a88c0dc9e8828d20.tar.gz freebsd-ports-gnome-470f084b0c9b80d1265a0386a88c0dc9e8828d20.tar.zst freebsd-ports-gnome-470f084b0c9b80d1265a0386a88c0dc9e8828d20.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')
-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 |