diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-03-11 22:21:18 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-03-11 22:21:18 +0000 |
commit | 5bcde57139bf0767768807bf41ef70ca77afb3c1 (patch) | |
tree | 19f257a38bd8e32390c08fb08ed1298e70d71610 /devel/flickrnet | |
parent | 13d06270093b3f74df5f2d71cba770b1e4f10839 (diff) | |
download | ports-5bcde57139bf0767768807bf41ef70ca77afb3c1.tar.gz ports-5bcde57139bf0767768807bf41ef70ca77afb3c1.zip |
Notes
Diffstat (limited to 'devel/flickrnet')
-rw-r--r-- | devel/flickrnet/Makefile | 2 |
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 |