svn commit: r381042 - head/lang/mono-basic

Antoine Brodin antoine at FreeBSD.org
Wed Mar 11 21:56:37 UTC 2015


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 at 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"


More information about the svn-ports-head mailing list