summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--multimedia/mediabrowser/Makefile2
1 files changed, 1 insertions, 1 deletions
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: