Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 May 2015 07:10: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: r387244 - head/devel/dbus-sharp-glib
Message-ID:  <201505240710.t4O7ABfL099341@svn.freebsd.org>

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

Log:
  Fix configure

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

Modified: head/devel/dbus-sharp-glib/Makefile
==============================================================================
--- head/devel/dbus-sharp-glib/Makefile	Sun May 24 06:45:53 2015	(r387243)
+++ head/devel/dbus-sharp-glib/Makefile	Sun May 24 07:10:10 2015	(r387244)
@@ -13,5 +13,6 @@ RUN_DEPENDS=	${LOCALBASE}/libdata/pkgcon
 
 USES=		gmake pathfix pkgconfig
 GNU_CONFIGURE=	yes
+CONFIGURE_ENV=	ac_cv_path_GMCS=${LOCALBASE}/bin/mcs
 
 .include <bsd.port.mk>



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