diff options
-rw-r--r-- | lang/mono-basic/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lang/mono-basic/Makefile b/lang/mono-basic/Makefile index 7716cbece49f..28e50132c814 100644 --- a/lang/mono-basic/Makefile +++ b/lang/mono-basic/Makefile @@ -9,12 +9,9 @@ MASTER_SITES= http://ftp.novell.com/pub/mono/sources/${PORTNAME}/ MAINTAINER= mono@FreeBSD.org COMMENT= VisualBasic.NET support for Mono -BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono -RUN_DEPENDS= mono:${PORTSDIR}/lang/mono - HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} -USES= gmake tar:bzip2 +USES= gmake mono tar:bzip2 tests: build @${ECHO_MSG} "===> Running ${PORTNAME} regression tests" |