svn commit: r381050 - head/multimedia/mediabrowser

Antoine Brodin antoine at FreeBSD.org
Wed Mar 11 22:35:01 UTC 2015


Author: antoine
Date: Wed Mar 11 22:35:00 2015
New Revision: 381050
URL: https://svnweb.freebsd.org/changeset/ports/381050
QAT: https://qat.redports.org/buildarchive/r381050/

Log:
  Unbreak when no TZ is set
  
  Reported by:	pkg-fallout

Modified:
  head/multimedia/mediabrowser/Makefile

Modified: head/multimedia/mediabrowser/Makefile
==============================================================================
--- head/multimedia/mediabrowser/Makefile	Wed Mar 11 22:34:15 2015	(r381049)
+++ head/multimedia/mediabrowser/Makefile	Wed Mar 11 22:35:00 2015	(r381050)
@@ -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:


More information about the svn-ports-head mailing list