svn commit: r493945 - head/editors/codelite

Baptiste Daroussin bapt at FreeBSD.org
Tue Feb 26 08:33:05 UTC 2019


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


More information about the svn-ports-all mailing list