summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-03-11 22:21:18 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-03-11 22:21:18 +0000
commit5bcde57139bf0767768807bf41ef70ca77afb3c1 (patch)
tree19f257a38bd8e32390c08fb08ed1298e70d71610
parentUpdate to 0.7.2. (diff)
Unbreak when no TZ is set
Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=381047
-rw-r--r--devel/flickrnet/Makefile2
1 files changed, 1 insertions, 1 deletions
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