svn commit: r394709 - head/devel/nant
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Aug 19 05:16:41 UTC 2015
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}
More information about the svn-ports-all
mailing list