Date: Mon, 26 May 2014 13:11:38 +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: r355330 - head/devel/nant Message-ID: <201405261311.s4QDBct0009147@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon May 26 13:11:38 2014 New Revision: 355330 URL: http://svnweb.freebsd.org/changeset/ports/355330 QAT: https://qat.redports.org/buildarchive/r355330/ Log: - Use USES=mono Modified: head/devel/nant/Makefile Modified: head/devel/nant/Makefile ============================================================================== --- head/devel/nant/Makefile Mon May 26 13:10:11 2014 (r355329) +++ head/devel/nant/Makefile Mon May 26 13:11:38 2014 (r355330) @@ -13,14 +13,11 @@ COMMENT= .NET build tool inspired by Ant LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -BUILD_DEPENDS= ${LOCALBASE}/bin/mono:${PORTSDIR}/lang/mono -RUN_DEPENDS:= ${BUILD_DEPENDS} - OPTIONS_DEFINE= DOCS EXAMPLES INSTALL_TARGET= install destdir=${STAGEDIR} prefix=${PREFIX} MAKE_JOBS_UNSAFE= yes -USES= gmake pkgconfig +USES= gmake mono pkgconfig WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} DATADIR= ${PREFIX}/share/NAnt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405261311.s4QDBct0009147>