Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 May 2015 23:16:11 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r387190 - head/devel/mono-addins
Message-ID:  <201505232316.t4NNGB60057289@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat May 23 23:16:10 2015
New Revision: 387190
URL: https://svnweb.freebsd.org/changeset/ports/387190

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

Modified:
  head/devel/mono-addins/Makefile

Modified: head/devel/mono-addins/Makefile
==============================================================================
--- head/devel/mono-addins/Makefile	Sat May 23 23:04:34 2015	(r387189)
+++ head/devel/mono-addins/Makefile	Sat May 23 23:16:10 2015	(r387190)
@@ -14,6 +14,7 @@ GH_ACCOUNT=	mono
 GH_TAGNAME=	${PORTNAME}-${PORTVERSION}
 
 GNU_CONFIGURE=	yes
+CONFIGURE_ENV=	ac_cv_path_MCS=${LOCALBASE}/bin/mcs
 USES=		autoreconf gmake mono pkgconfig
 WANT_GNOME=	yes
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505232316.t4NNGB60057289>