Date: Sat, 23 May 2015 22:58:02 +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: r387188 - head/devel/dbus-sharp Message-ID: <201505232258.t4NMw229047250@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505232258.t4NMw229047250>