svn commit: r485793 - in head/devel: containers libdparse

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Sat Nov 24 21:18:03 UTC 2018


Author: acm
Date: Sat Nov 24 21:18:01 2018
New Revision: 485793
URL: https://svnweb.freebsd.org/changeset/ports/485793

Log:
  - Add missing dependency (devel/mir-core)
  
  Reported by:	pkg-fallout

Modified:
  head/devel/containers/Makefile
  head/devel/libdparse/Makefile

Modified: head/devel/containers/Makefile
==============================================================================
--- head/devel/containers/Makefile	Sat Nov 24 21:11:26 2018	(r485792)
+++ head/devel/containers/Makefile	Sat Nov 24 21:18:01 2018	(r485793)
@@ -14,6 +14,7 @@ LICENSE=	BSL
 
 BUILD_DEPENDS=	ldmd2:lang/ldc \
 		dub:devel/dub \
+		${LOCALBASE}/lib/d/libmir-core.a:devel/mir-core \
 		${LOCALBASE}/lib/d/libstdx-allocator.a:devel/stdx-allocator
 
 USE_GITHUB=	yes

Modified: head/devel/libdparse/Makefile
==============================================================================
--- head/devel/libdparse/Makefile	Sat Nov 24 21:11:26 2018	(r485792)
+++ head/devel/libdparse/Makefile	Sat Nov 24 21:18:01 2018	(r485793)
@@ -13,6 +13,7 @@ LICENSE=	BSL
 
 BUILD_DEPENDS=	ldmd2:lang/ldc \
 		dub:devel/dub \
+		${LOCALBASE}/lib/d/libmir-core.a:devel/mir-core \
 		${LOCALBASE}/lib/d/libstdx-allocator.a:devel/stdx-allocator
 
 USE_GITHUB=	yes


More information about the svn-ports-all mailing list