Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 May 2015 20:59:53 +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: r387340 - head/devel/notify-sharp
Message-ID:  <201505242059.t4OKxrtQ034230@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun May 24 20:59:52 2015
New Revision: 387340
URL: https://svnweb.freebsd.org/changeset/ports/387340

Log:
  Fix configure with mono 4

Modified:
  head/devel/notify-sharp/Makefile

Modified: head/devel/notify-sharp/Makefile
==============================================================================
--- head/devel/notify-sharp/Makefile	Sun May 24 20:36:28 2015	(r387339)
+++ head/devel/notify-sharp/Makefile	Sun May 24 20:59:52 2015	(r387340)
@@ -15,6 +15,7 @@ RUN_DEPENDS=	${LOCALBASE}/libdata/pkgcon
 		${LOCALBASE}/libexec/notification-daemon:${PORTSDIR}/deskutils/notification-daemon
 
 GNU_CONFIGURE=	yes
+CONFIGURE_ENV=	ac_cv_path_GMCS=${LOCALBASE}/bin/mcs
 USES=		gmake mono pathfix pkgconfig
 USE_GNOME=	gtksharp20
 



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