svn commit: r387244 - head/devel/dbus-sharp-glib

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


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>


More information about the svn-ports-head mailing list