svn commit: r473601 - head/lang/linux-dotnet11-sdk

David Naylor dbn at FreeBSD.org
Sat Jun 30 07:49:41 UTC 2018


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
 


More information about the svn-ports-all mailing list