From 7d37f21ab22054a107b775b954d49f018d1d8f1f Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Wed, 11 Mar 2015 22:35:00 +0000 Subject: [PATCH] Unbreak when no TZ is set Reported by: pkg-fallout --- multimedia/mediabrowser/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multimedia/mediabrowser/Makefile b/multimedia/mediabrowser/Makefile index 6c19782a33a6..b6d8f3f30254 100644 --- a/multimedia/mediabrowser/Makefile +++ b/multimedia/mediabrowser/Makefile @@ -30,7 +30,7 @@ GROUPS= mediabrowser do-build: (cd ${WRKSRC} && \ - ${LOCALBASE}/bin/xbuild /t:build /p:Configuration="Release Mono" \ + ${SETENV} ${MAKE_ENV} ${LOCALBASE}/bin/xbuild /t:build /p:Configuration="Release Mono" \ /p:Platform="Any CPU" MediaBrowser.Mono.sln) do-install: