svn commit: r387188 - head/devel/dbus-sharp

Antoine Brodin antoine at FreeBSD.org
Sat May 23 22:58:02 UTC 2015


Author: antoine
Date: Sat May 23 22:58:01 2015
New Revision: 387188
URL: https://svnweb.freebsd.org/changeset/ports/387188

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

Modified:
  head/devel/dbus-sharp/Makefile

Modified: head/devel/dbus-sharp/Makefile
==============================================================================
--- head/devel/dbus-sharp/Makefile	Sat May 23 21:59:48 2015	(r387187)
+++ head/devel/dbus-sharp/Makefile	Sat May 23 22:58:01 2015	(r387188)
@@ -14,6 +14,7 @@ COMMENT=	Mono interface to the D-BUS mes
 LICENSE=	MIT
 
 GNU_CONFIGURE=	yes
+CONFIGURE_ENV=	ac_cv_path_GMCS=${LOCALBASE}/bin/mcs
 USES=		gmake mono pathfix pkgconfig
 
 .include <bsd.port.options.mk>


More information about the svn-ports-all mailing list