svn commit: r387251 - head/devel/ndesk-dbus-glib

Antoine Brodin antoine at FreeBSD.org
Sun May 24 07:24:23 UTC 2015


Author: antoine
Date: Sun May 24 07:24:22 2015
New Revision: 387251
URL: https://svnweb.freebsd.org/changeset/ports/387251

Log:
  Fix configure with mono 4

Modified:
  head/devel/ndesk-dbus-glib/Makefile

Modified: head/devel/ndesk-dbus-glib/Makefile
==============================================================================
--- head/devel/ndesk-dbus-glib/Makefile	Sun May 24 07:23:40 2015	(r387250)
+++ head/devel/ndesk-dbus-glib/Makefile	Sun May 24 07:24:22 2015	(r387251)
@@ -11,13 +11,14 @@ MASTER_SITES=	http://www.ndesk.org/archi
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	GLib main loop integration for Managed D-Bus
 
-OPTIONS_DEFINE=	DOCS
-
 BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-1.0.pc:${PORTSDIR}/devel/ndesk-dbus
 RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-1.0.pc:${PORTSDIR}/devel/ndesk-dbus
 
-USES=	gmake mono pathfix pkgconfig
+USES=		gmake mono pathfix pkgconfig
 GNU_CONFIGURE=	yes
+CONFIGURE_ENV=	ac_cv_path_GMCS=${LOCALBASE}/bin/mcs
+
+OPTIONS_DEFINE=	DOCS
 
 DOCS=		AUTHORS COPYING README
 


More information about the svn-ports-all mailing list