svn commit: r558401 - head/lang

Mark Linimon linimon at FreeBSD.org
Fri Dec 18 19:40:49 UTC 2020


Author: linimon
Date: Fri Dec 18 19:40:49 2020
New Revision: 558401
URL: https://svnweb.freebsd.org/changeset/ports/558401

Log:
  Hook the repocopied and updated mono ports to the build.
  
  PR:		238089, 251795
  Submitted by:	cem (238089)

Modified:
  head/lang/Makefile

Modified: head/lang/Makefile
==============================================================================
--- head/lang/Makefile	Fri Dec 18 19:37:24 2020	(r558400)
+++ head/lang/Makefile	Fri Dec 18 19:40:49 2020	(r558401)
@@ -184,6 +184,9 @@
     SUBDIR += mlton
     SUBDIR += mmix
     SUBDIR += mono
+    SUBDIR += mono5.10
+    SUBDIR += mono5.20
+    SUBDIR += mono6.8
     SUBDIR += mono-basic
     SUBDIR += mosh
     SUBDIR += mosml


More information about the svn-ports-head mailing list