From 5bcde57139bf0767768807bf41ef70ca77afb3c1 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Wed, 11 Mar 2015 22:21:18 +0000 Subject: Unbreak when no TZ is set Reported by: pkg-fallout --- devel/flickrnet/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel/flickrnet') diff --git a/devel/flickrnet/Makefile b/devel/flickrnet/Makefile index 80435b4eb6d0..3e5cfd92560e 100644 --- a/devel/flickrnet/Makefile +++ b/devel/flickrnet/Makefile @@ -15,7 +15,7 @@ USES= gmake zip mono WRKSRC= ${WRKDIR}/FlickrNet do-build: - @cd ${WRKSRC} && ${LOCALBASE}/bin/gmcs -t:library -out:FlickrNet.dll -r:System.Data -r:System.Web -r:System.Drawing *.cs + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${LOCALBASE}/bin/gmcs -t:library -out:FlickrNet.dll -r:System.Data -r:System.Web -r:System.Drawing *.cs do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/mono/flickrnet -- cgit v1.2.3