svn commit: r355330 - head/devel/nant

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon May 26 13:11:39 UTC 2014


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


More information about the svn-ports-all mailing list