Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Aug 2015 05:16:40 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r394709 - head/devel/nant
Message-ID:  <201508190516.t7J5Gepv039290@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Aug 19 05:16:39 2015
New Revision: 394709
URL: https://svnweb.freebsd.org/changeset/ports/394709

Log:
  - Unbreak this port as it builds fine after Mono 4.0.3 update (r394390)

Modified:
  head/devel/nant/Makefile

Modified: head/devel/nant/Makefile
==============================================================================
--- head/devel/nant/Makefile	Wed Aug 19 05:15:00 2015	(r394708)
+++ head/devel/nant/Makefile	Wed Aug 19 05:16:39 2015	(r394709)
@@ -13,11 +13,10 @@ COMMENT=	.NET build tool inspired by Ant
 LICENSE=	GPLv2 GPLv3
 LICENSE_COMB=	dual
 
-BROKEN=		Fails to build with mono 4
-
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
 INSTALL_TARGET=	install destdir=${STAGEDIR} prefix=${PREFIX}
+MAKE_ARGS=	MCS=mcs MONO='mono --runtime=v4.0' TARGET=mono-4.0
 MAKE_JOBS_UNSAFE=	yes
 USES=		gmake mono pkgconfig
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}



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