svn commit: r387193 - head/devel/google-gdata

Antoine Brodin antoine at FreeBSD.org
Sat May 23 23:37:41 UTC 2015


Author: antoine
Date: Sat May 23 23:37:40 2015
New Revision: 387193
URL: https://svnweb.freebsd.org/changeset/ports/387193

Log:
  Fix build with mono 4
  
  Reported by:	pkg-fallout

Modified:
  head/devel/google-gdata/Makefile

Modified: head/devel/google-gdata/Makefile
==============================================================================
--- head/devel/google-gdata/Makefile	Sat May 23 23:30:23 2015	(r387192)
+++ head/devel/google-gdata/Makefile	Sat May 23 23:37:40 2015	(r387193)
@@ -16,6 +16,7 @@ BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgc
 
 USES=		dos2unix gmake mono
 DOS2UNIX_FILES=	Makefile misc/gdata-sharp-core.pc.in
+MAKE_ARGS=	CSC=${LOCALBASE}/bin/mcs
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/Makefile


More information about the svn-ports-all mailing list