Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Mar 2015 21:56:37 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r381042 - head/lang/mono-basic
Message-ID:  <201503112156.t2BLubQm051130@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Mar 11 21:56:36 2015
New Revision: 381042
URL: https://svnweb.freebsd.org/changeset/ports/381042
QAT: https://qat.redports.org/buildarchive/r381042/

Log:
  Convert to USES=mono (and unbreak when no TZ is set)
  
  Reported by:	pkg-fallout

Modified:
  head/lang/mono-basic/Makefile

Modified: head/lang/mono-basic/Makefile
==============================================================================
--- head/lang/mono-basic/Makefile	Wed Mar 11 21:51:49 2015	(r381041)
+++ head/lang/mono-basic/Makefile	Wed Mar 11 21:56:36 2015	(r381042)
@@ -9,12 +9,9 @@ MASTER_SITES=	http://ftp.novell.com/pub/
 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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503112156.t2BLubQm051130>