Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Feb 2019 08:33:04 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r493945 - head/editors/codelite
Message-ID:  <201902260833.x1Q8X44P071340@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Feb 26 08:33:04 2019
New Revision: 493945
URL: https://svnweb.freebsd.org/changeset/ports/493945

Log:
  Add missing pkgconf build dependency

Modified:
  head/editors/codelite/Makefile

Modified: head/editors/codelite/Makefile
==============================================================================
--- head/editors/codelite/Makefile	Tue Feb 26 08:29:29 2019	(r493944)
+++ head/editors/codelite/Makefile	Tue Feb 26 08:33:04 2019	(r493945)
@@ -20,7 +20,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	eranif
 
 USES=		cmake:noninja compiler:c++11-lib dos2unix gettext \
-		pathfix shebangfix sqlite
+		pathfix pkgconfig shebangfix sqlite
 USE_GNOME+=	cairo gtk20
 DOS2UNIX_GLOB=	*.cpp *.txt
 SHEBANG_FILES=	Runtime/codelite_xterm



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