diff options
-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 |