Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Jun 2018 07:49:40 +0000 (UTC)
From:      David Naylor <dbn@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r473601 - head/lang/linux-dotnet11-sdk
Message-ID:  <201806300749.w5U7ne3G052525@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbn
Date: Sat Jun 30 07:49:40 2018
New Revision: 473601
URL: https://svnweb.freebsd.org/changeset/ports/473601

Log:
  lang/linux-dotnet11-sdk: fix RUN_DEPENDS
  
  Reported by:	FreshPorts Sanity Daemon

Modified:
  head/lang/linux-dotnet11-sdk/Makefile

Modified: head/lang/linux-dotnet11-sdk/Makefile
==============================================================================
--- head/lang/linux-dotnet11-sdk/Makefile	Sat Jun 30 07:40:20 2018	(r473600)
+++ head/lang/linux-dotnet11-sdk/Makefile	Sat Jun 30 07:49:40 2018	(r473601)
@@ -8,7 +8,7 @@ MASTER_SITES=	https://download.microsoft.com/download/
 
 RUN_DEPENDS=	linux-dotnet10-runtime>=0:lang/linux-dotnet10-runtime \
 		linux-dotnet11-runtime>=0:lang/linux-dotnet11-runtime \
-		bash:shell/bash
+		bash:shells/bash
 
 MASTERDIR=	${.CURDIR}/../linux-dotnet-sdk
 



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