Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Dec 2018 16:46:07 +0000 (UTC)
From:      Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r486685 - head/editors/dexed
Message-ID:  <201812051646.wB5Gk7C8078662@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



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