diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-26 13:11:38 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-26 13:11:38 +0000 |
commit | 3cac818a2d67b1b6e0be078b4e7deff95aeffb92 (patch) | |
tree | d990ae091be644372400aecbdb57d0ad736c268e /devel/nant/Makefile | |
parent | 6b95894f5808cd1785a5f14f06925284fa072399 (diff) | |
download | ports-3cac818a2d67b1b6e0be078b4e7deff95aeffb92.tar.gz ports-3cac818a2d67b1b6e0be078b4e7deff95aeffb92.zip |
Notes
Diffstat (limited to 'devel/nant/Makefile')
-rw-r--r-- | devel/nant/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/nant/Makefile b/devel/nant/Makefile index 46583bfc4c6b..83eafb192283 100644 --- a/devel/nant/Makefile +++ b/devel/nant/Makefile @@ -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 |