aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/Uses
diff options
context:
space:
mode:
authorromain <romain@FreeBSD.org>2015-03-10 20:58:43 +0800
committerromain <romain@FreeBSD.org>2015-03-10 20:58:43 +0800
commitfcff4f6c6db4f02856d9fdacdb73c4b7153952c5 (patch)
tree9bdf5f3cef4c5fb1ea2a37ff8722cba1be8201a6 /Mk/Uses
parent0895108730c6cf257d39d18a76ff9ab669f3a1ca (diff)
downloadfreebsd-ports-gnome-fcff4f6c6db4f02856d9fdacdb73c4b7153952c5.tar.gz
freebsd-ports-gnome-fcff4f6c6db4f02856d9fdacdb73c4b7153952c5.tar.zst
freebsd-ports-gnome-fcff4f6c6db4f02856d9fdacdb73c4b7153952c5.zip
Set an arbitrary time-zone.
mdoc(1) will fail if no time-zone information is available, so provide one. PR: ports/198414 Reported by: antoine
Diffstat (limited to 'Mk/Uses')
-rw-r--r--Mk/Uses/mono.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/mono.mk b/Mk/Uses/mono.mk
index ba4ff7371a88..1ca6f96f76e0 100644
--- a/Mk/Uses/mono.mk
+++ b/Mk/Uses/mono.mk
@@ -18,7 +18,7 @@ IGNORE= USES=mono takes no arguments
# can always assume to be writable.
MONO_SHARED_DIR= ${WRKDIR}
CONFIGURE_ENV+= MONO_SHARED_DIR="${MONO_SHARED_DIR}"
-MAKE_ENV+= MONO_SHARED_DIR="${MONO_SHARED_DIR}"
+MAKE_ENV+= MONO_SHARED_DIR="${MONO_SHARED_DIR}" TZ=UTC
BUILD_DEPENDS+= mono:${PORTSDIR}/lang/mono
RUN_DEPENDS+= mono:${PORTSDIR}/lang/mono