svn commit: r486685 - head/editors/dexed

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Wed Dec 5 16:46:07 UTC 2018


Author: acm
Date: Wed Dec  5 16:46:06 2018
New Revision: 486685
URL: https://svnweb.freebsd.org/changeset/ports/486685

Log:
  - Fix build
  
  Reported by:	pkg-fallout

Modified:
  head/editors/dexed/Makefile

Modified: head/editors/dexed/Makefile
==============================================================================
--- head/editors/dexed/Makefile	Wed Dec  5 16:39:45 2018	(r486684)
+++ head/editors/dexed/Makefile	Wed Dec  5 16:46:06 2018	(r486685)
@@ -13,6 +13,7 @@ LICENSE=	BSL
 
 BUILD_DEPENDS=	ldmd2:lang/ldc \
 		${LOCALBASE}/lib/d/libiz.a:devel/iz \
+		${LOCALBASE}/lib/d/libmir-core.a:devel/mir-core \
 		${LOCALBASE}/lib/d/libdparse.a:devel/libdparse \
 		${LOCALBASE}/lib/d/libstdx-allocator.a:devel/stdx-allocator
 RUN_DEPENDS=	ldmd2:lang/ldc \


More information about the svn-ports-all mailing list