Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 May 2015 20:06:07 +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: r387330 - head/misc/podsleuth
Message-ID:  <201505242006.t4OK67uo008060@svn.freebsd.org>

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

Log:
  Fix build with mono 4

Modified:
  head/misc/podsleuth/Makefile

Modified: head/misc/podsleuth/Makefile
==============================================================================
--- head/misc/podsleuth/Makefile	Sun May 24 20:00:34 2015	(r387329)
+++ head/misc/podsleuth/Makefile	Sun May 24 20:06:06 2015	(r387330)
@@ -16,6 +16,7 @@ BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgc
 RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-1.0.pc:${PORTSDIR}/devel/ndesk-dbus
 
 CONFIGURE_ARGS+=--with-hal-callouts-dir=${PREFIX}/libexec
+CONFIGURE_ENV=	ac_cv_path_MCS=${LOCALBASE}/bin/mcs
 LDFLAGS+=	-L${LOCALBASE}/lib
 GNU_CONFIGURE=	yes
 USES=		gmake mono pkgconfig pathfix



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