diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-03-11 22:35:00 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-03-11 22:35:00 +0000 |
commit | 7d37f21ab22054a107b775b954d49f018d1d8f1f (patch) | |
tree | cc7b0a0c4f263a5d8843a3fd1edbc5d60e3920a6 | |
parent | Convert to USES=mono pathfix (and unbreak when no TZ is set) (diff) |
Unbreak when no TZ is set
Reported by: pkg-fallout
Notes
Notes:
svn path=/head/; revision=381050
-rw-r--r-- | multimedia/mediabrowser/Makefile | 2 |
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: |